#76929E

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

Shades of Bermuda Grey #76929E

Tints of Bermuda Grey #76929E

Color information

#76929E (or 0x76929E) is unknown color: approx Bermuda Grey. HEX triplet: 76, 92 and 9E. RGB value is (118,146,158). Sum of RGB (Red+Green+Blue) = 118+146+158=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #76929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76929E is #896D61. Grayscale: #8A8A8A. Windows color (decimal): -9006434 or 10392182. OLE color: 10392182.

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

Color convert

RGB118146158-
CMYK0.250.0800.38
HSL198º17.09%54.12%-
HSV(B)198º25.32%61.96%-
XYZ23.9226.8836.27-
YUV139138.72113.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=27.96%
G=34.60%
B=37.44%

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
Decimal1181461580.250.0800.3819817.0954.12
Hex76929E198026c61136
Octal16622223631100463062166
Binary1110110100100101001111011001100001001101100011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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