#77829B

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

Shades of Ship Cove #77829B

Tints of Ship Cove #77829B

Color information

#77829B (or 0x77829B) is unknown color: approx Ship Cove. HEX triplet: 77, 82 and 9B. RGB value is (119,130,155). Sum of RGB (Red+Green+Blue) = 119+130+155=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #77829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77829B is #887D64. Grayscale: #818181. Windows color (decimal): -8944997 or 10191479. OLE color: 10191479.

HSL color Cylindrical-coordinate representation of color #77829B: hue angle of 221.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77829B is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119130155-
CMYK0.230.1600.39
HSL221.67º15.25%53.73%-
HSV(B)221.67º23.23%60.78%-
XYZ21.5122.2534.17-
YUV129.56142.36120.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=29.46%
G=32.18%
B=38.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191301550.230.1600.39221.6715.2553.73
Hex77829B1710027def36
Octal16720223327200473361766
Binary1110111100000101001101110111100000100111110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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