#77829D

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

Shades of Ship Cove #77829D

Tints of Ship Cove #77829D

Color information

#77829D (or 0x77829D) is unknown color: approx Ship Cove. HEX triplet: 77, 82 and 9D. RGB value is (119,130,157). Sum of RGB (Red+Green+Blue) = 119+130+157=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #77829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77829D is #887D62. Grayscale: #818181. Windows color (decimal): -8944995 or 10322551. OLE color: 10322551.

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

Color convert

RGB119130157-
CMYK0.240.1700.38
HSL222.63º16.24%54.12%-
HSV(B)222.63º24.2%61.57%-
XYZ21.6822.3235.06-
YUV129.79143.36120.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=29.31%
G=32.02%
B=38.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191301570.240.1700.38222.6316.2454.12
Hex77829D1811026df1036
Octal16720223530210463372066
Binary11101111000001010011101110001000101001101101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77829D; }

 p { color: rgb(119,130,157); }

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

<style>
 a { background-color: #77829D; }

 a { background-color: rgb(119,130,157); }

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

<style>
 span { border-color: #77829D; }

 span { border-color: rgb(119,130,157); }

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