#76909D

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

Shades of Bermuda Grey #76909D

Tints of Bermuda Grey #76909D

Color information

#76909D (or 0x76909D) is unknown color: approx Bermuda Grey. HEX triplet: 76, 90 and 9D. RGB value is (118,144,157). Sum of RGB (Red+Green+Blue) = 118+144+157=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #76909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76909D is #896F62. Grayscale: #898989. Windows color (decimal): -9006947 or 10326134. OLE color: 10326134.

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

Color convert

RGB118144157-
CMYK0.250.0800.38
HSL200º16.6%53.92%-
HSV(B)200º24.84%61.57%-
XYZ23.5326.2335.72-
YUV137.71138.89113.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=28.16%
G=34.37%
B=37.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181441570.250.0800.3820016.653.92
Hex76909D198026c81136
Octal16622023531100463102166
Binary1110110100100001001110111001100001001101100100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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