#767CA7

Color #767CA7 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #767CA7

Tints of Ship Cove #767CA7

Color information

#767CA7 (or 0x767CA7) is unknown color: approx Ship Cove. HEX triplet: 76, 7C and A7. RGB value is (118,124,167). Sum of RGB (Red+Green+Blue) = 118+124+167=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #767CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CA7 is #898358. Grayscale: #7E7E7E. Windows color (decimal): -9012057 or 10976374. OLE color: 10976374.

HSL color Cylindrical-coordinate representation of color #767CA7: hue angle of 232.65º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #767CA7 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB118124167-
CMYK0.290.2600.35
HSL232.65º21.78%55.88%-
HSV(B)232.65º29.34%65.49%-
XYZ21.6521.0639.48-
YUV127.11150.51121.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 167 (65.62% from 255) = 40.83%
R=28.85%
G=30.32%
B=40.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181241670.290.2600.35232.6521.7855.88
Hex767CA71D1A023e91638
Octal16617424735320433512670
Binary1110110111110010100111111011101001000111110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767CA7; }

 p { color: rgb(118,124,167); }

 H1.HeaderClassName
 {
   color: #767CA7;
 }
 .AnyTagClassName
 {
   color: #767CA7;
 }
</style>
background-color css

<style>
 a { background-color: #767CA7; }

 a { background-color: rgb(118,124,167); }

 div.DivClassName
 {
   background-color: #767CA7;
 }
 .BgClassName
 {
   background-color: #767CA7;
 }
</style>
border-color css

<style>
 span { border-color: #767CA7; }

 span { border-color: rgb(118,124,167); }

 td.TdClassName
 {
   border-color: #767CA7;
 }
 .TagClassName
 {
   border-color: #767CA7;
 }
</style>