#77909C

Color #77909C Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #77909C

Tints of Bermuda Grey #77909C

Color information

#77909C (or 0x77909C) is unknown color: approx Bermuda Grey. HEX triplet: 77, 90 and 9C. RGB value is (119,144,156). Sum of RGB (Red+Green+Blue) = 119+144+156=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #77909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77909C is #886F63. Grayscale: #898989. Windows color (decimal): -8941412 or 10260599. OLE color: 10260599.

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

Color convert

RGB119144156-
CMYK0.240.0800.39
HSL199.46º15.74%53.92%-
HSV(B)199.46º23.72%61.18%-
XYZ23.5826.2735.28-
YUV137.89138.22114.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=28.40%
G=34.37%
B=37.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191441560.240.0800.39199.4615.7453.92
Hex77909C188027c71036
Octal16722023430100473072066
Binary1110111100100001001110011000100001001111100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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