#76919E

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

Shades of Bermuda Grey #76919E

Tints of Bermuda Grey #76919E

Color information

#76919E (or 0x76919E) is unknown color: approx Bermuda Grey. HEX triplet: 76, 91 and 9E. RGB value is (118,145,158). Sum of RGB (Red+Green+Blue) = 118+145+158=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #76919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76919E is #896E61. Grayscale: #8A8A8A. Windows color (decimal): -9006690 or 10391926. OLE color: 10391926.

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

Color convert

RGB118145158-
CMYK0.250.0800.38
HSL199.5º17.09%54.12%-
HSV(B)199.5º25.32%61.96%-
XYZ23.7726.5736.22-
YUV138.41139.05113.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=28.03%
G=34.44%
B=37.53%

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
Decimal1181451580.250.0800.38199.517.0954.12
Hex76919E198026c71136
Octal16622123631100463072166
Binary1110110100100011001111011001100001001101100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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