#767E9C

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

Shades of Ship Cove #767E9C

Tints of Ship Cove #767E9C

Color information

#767E9C (or 0x767E9C) is unknown color: approx Ship Cove. HEX triplet: 76, 7E and 9C. RGB value is (118,126,156). Sum of RGB (Red+Green+Blue) = 118+126+156=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #767E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E9C is #898163. Grayscale: #7E7E7E. Windows color (decimal): -9011556 or 10255990. OLE color: 10255990.

HSL color Cylindrical-coordinate representation of color #767E9C: hue angle of 227.37º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767E9C is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118126156-
CMYK0.240.1900.39
HSL227.37º16.1%53.73%-
HSV(B)227.37º24.36%61.18%-
XYZ20.9321.1734.44-
YUV127.03144.35121.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 156 (61.33% from 255) = 39%
R=29.5%
G=31.5%
B=39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181261560.240.1900.39227.3716.153.73
Hex767E9C1813027e31036
Octal16617623430230473432066
Binary1110110111111010011100110001001101001111110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,156); }

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

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

 a { background-color: rgb(118,126,156); }

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

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

 span { border-color: rgb(118,126,156); }

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