#76959C

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

Shades of Bermuda Grey #76959C

Tints of Bermuda Grey #76959C

Color information

#76959C (or 0x76959C) is unknown color: approx Bermuda Grey. HEX triplet: 76, 95 and 9C. RGB value is (118,149,156). Sum of RGB (Red+Green+Blue) = 118+149+156=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #76959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76959C is #896A63. Grayscale: #8C8C8C. Windows color (decimal): -9005668 or 10261878. OLE color: 10261878.

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

Color convert

RGB118149156-
CMYK0.240.0400.39
HSL191.05º16.1%53.73%-
HSV(B)191.05º24.36%61.18%-
XYZ24.2227.7535.53-
YUV140.53136.73111.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=27.90%
G=35.22%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181491560.240.0400.39191.0516.153.73
Hex76959C184027bf1036
Octal1662252343040472772066
Binary111011010010101100111001100010001001111011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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