#76909C

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

Shades of Bermuda Grey #76909C

Tints of Bermuda Grey #76909C

Color information

#76909C (or 0x76909C) is unknown color: approx Bermuda Grey. HEX triplet: 76, 90 and 9C. RGB value is (118,144,156). Sum of RGB (Red+Green+Blue) = 118+144+156=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #76909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76909C is #896F63. Grayscale: #898989. Windows color (decimal): -9006948 or 10260598. OLE color: 10260598.

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

Color convert

RGB118144156-
CMYK0.240.0800.39
HSL198.95º16.1%53.73%-
HSV(B)198.95º24.36%61.18%-
XYZ23.4526.235.27-
YUV137.59138.39114.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=28.23%
G=34.45%
B=37.32%

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
Decimal1181441560.240.0800.39198.9516.153.73
Hex76909C188027c71036
Octal16622023430100473072066
Binary1110110100100001001110011000100001001111100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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