#76809C

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

Shades of Ship Cove #76809C

Tints of Ship Cove #76809C

Color information

#76809C (or 0x76809C) is unknown color: approx Ship Cove. HEX triplet: 76, 80 and 9C. RGB value is (118,128,156). Sum of RGB (Red+Green+Blue) = 118+128+156=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #76809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76809C is #897F63. Grayscale: #808080. Windows color (decimal): -9011044 or 10256502. OLE color: 10256502.

HSL color Cylindrical-coordinate representation of color #76809C: hue angle of 224.21º 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 #76809C is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118128156-
CMYK0.240.1800.39
HSL224.21º16.1%53.73%-
HSV(B)224.21º24.36%61.18%-
XYZ21.1921.6934.52-
YUV128.2143.69120.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=29.35%
G=31.84%
B=38.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181281560.240.1800.39224.2116.153.73
Hex76809C1812027e01036
Octal16620023430220473402066
Binary11101101000000010011100110001001001001111110000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76809C; }

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

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

<style>
 a { background-color: #76809C; }

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

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

<style>
 span { border-color: #76809C; }

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

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