#77809C

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

Shades of Ship Cove #77809C

Tints of Ship Cove #77809C

Color information

#77809C (or 0x77809C) is unknown color: approx Ship Cove. HEX triplet: 77, 80 and 9C. RGB value is (119,128,156). Sum of RGB (Red+Green+Blue) = 119+128+156=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #77809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77809C is #887F63. Grayscale: #808080. Windows color (decimal): -8945508 or 10256503. OLE color: 10256503.

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

Color convert

RGB119128156-
CMYK0.240.1800.39
HSL225.41º15.74%53.92%-
HSV(B)225.41º23.72%61.18%-
XYZ21.3321.7634.53-
YUV128.5143.52121.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=29.53%
G=31.76%
B=38.71%

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
Decimal1191281560.240.1800.39225.4115.7453.92
Hex77809C1812027e11036
Octal16720023430220473412066
Binary11101111000000010011100110001001001001111110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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