#76969E

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

Shades of Bermuda Grey #76969E

Tints of Bermuda Grey #76969E

Color information

#76969E (or 0x76969E) is unknown color: approx Bermuda Grey. HEX triplet: 76, 96 and 9E. RGB value is (118,150,158). Sum of RGB (Red+Green+Blue) = 118+150+158=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #76969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76969E is #896961. Grayscale: #8D8D8D. Windows color (decimal): -9005410 or 10393206. OLE color: 10393206.

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

Color convert

RGB118150158-
CMYK0.250.0500.38
HSL192º17.09%54.12%-
HSV(B)192º25.32%61.96%-
XYZ24.5528.1336.48-
YUV141.34137.4111.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=27.70%
G=35.21%
B=37.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181501580.250.0500.3819217.0954.12
Hex76969E195026c01136
Octal1662262363150463002166
Binary111011010010110100111101100110101001101100000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,150,158); }

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

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

 a { background-color: rgb(118,150,158); }

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

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

 span { border-color: rgb(118,150,158); }

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