#76939E

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

Shades of Bermuda Grey #76939E

Tints of Bermuda Grey #76939E

Color information

#76939E (or 0x76939E) is unknown color: approx Bermuda Grey. HEX triplet: 76, 93 and 9E. RGB value is (118,147,158). Sum of RGB (Red+Green+Blue) = 118+147+158=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #76939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76939E is #896C61. Grayscale: #8B8B8B. Windows color (decimal): -9006178 or 10392438. OLE color: 10392438.

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

Color convert

RGB118147158-
CMYK0.250.0700.38
HSL196.5º17.09%54.12%-
HSV(B)196.5º25.32%61.96%-
XYZ24.0827.1936.33-
YUV139.58138.39112.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=27.90%
G=34.75%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181471580.250.0700.38196.517.0954.12
Hex76939E197026c41136
Octal1662232363170463042166
Binary111011010010011100111101100111101001101100010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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