#77829C

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

Shades of Ship Cove #77829C

Tints of Ship Cove #77829C

Color information

#77829C (or 0x77829C) is unknown color: approx Ship Cove. HEX triplet: 77, 82 and 9C. RGB value is (119,130,156). Sum of RGB (Red+Green+Blue) = 119+130+156=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #77829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77829C is #887D63. Grayscale: #818181. Windows color (decimal): -8944996 or 10257015. OLE color: 10257015.

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

Color convert

RGB119130156-
CMYK0.240.1700.39
HSL222.16º15.74%53.92%-
HSV(B)222.16º23.72%61.18%-
XYZ21.5922.2934.62-
YUV129.67142.86120.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=29.38%
G=32.10%
B=38.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191301560.240.1700.39222.1615.7453.92
Hex77829C1811027de1036
Octal16720223430210473362066
Binary11101111000001010011100110001000101001111101111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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