#77849E

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

Shades of Ship Cove #77849E

Tints of Ship Cove #77849E

Color information

#77849E (or 0x77849E) is unknown color: approx Ship Cove. HEX triplet: 77, 84 and 9E. RGB value is (119,132,158). Sum of RGB (Red+Green+Blue) = 119+132+158=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #77849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77849E is #887B61. Grayscale: #828282. Windows color (decimal): -8944482 or 10388599. OLE color: 10388599.

HSL color Cylindrical-coordinate representation of color #77849E: hue angle of 220º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77849E is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119132158-
CMYK0.250.1600.38
HSL220º16.74%54.31%-
HSV(B)220º24.68%61.96%-
XYZ22.0322.8935.61-
YUV131.08143.19119.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=29.10%
G=32.27%
B=38.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191321580.250.1600.3822016.7454.31
Hex77849E1910026dc1136
Octal16720423631200463342166
Binary11101111000010010011110110011000001001101101110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77849E; }

 p { color: rgb(119,132,158); }

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

<style>
 a { background-color: #77849E; }

 a { background-color: rgb(119,132,158); }

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

<style>
 span { border-color: #77849E; }

 span { border-color: rgb(119,132,158); }

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