#77909E

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

Shades of Bermuda Grey #77909E

Tints of Bermuda Grey #77909E

Color information

#77909E (or 0x77909E) is unknown color: approx Bermuda Grey. HEX triplet: 77, 90 and 9E. RGB value is (119,144,158). Sum of RGB (Red+Green+Blue) = 119+144+158=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #77909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77909E is #886F61. Grayscale: #8A8A8A. Windows color (decimal): -8941410 or 10391671. OLE color: 10391671.

HSL color Cylindrical-coordinate representation of color #77909E: hue angle of 201.54º 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 #77909E is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119144158-
CMYK0.250.0900.38
HSL201.54º16.74%54.31%-
HSV(B)201.54º24.68%61.96%-
XYZ23.7526.3436.18-
YUV138.12139.22114.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=28.27%
G=34.20%
B=37.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191441580.250.0900.38201.5416.7454.31
Hex77909E199026ca1136
Octal16722023631110463122166
Binary1110111100100001001111011001100101001101100101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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