#77929E

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

Shades of Bermuda Grey #77929E

Tints of Bermuda Grey #77929E

Color information

#77929E (or 0x77929E) is unknown color: approx Bermuda Grey. HEX triplet: 77, 92 and 9E. RGB value is (119,146,158). Sum of RGB (Red+Green+Blue) = 119+146+158=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 146 (57.42% from 255 or 34.52% 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 #77929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77929E is #886D61. Grayscale: #8B8B8B. Windows color (decimal): -8940898 or 10392183. OLE color: 10392183.

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

Color convert

RGB119146158-
CMYK0.250.0800.38
HSL198.46º16.74%54.31%-
HSV(B)198.46º24.68%61.96%-
XYZ24.0626.9536.28-
YUV139.29138.55113.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=28.13%
G=34.52%
B=37.35%

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
Decimal1191461580.250.0800.38198.4616.7454.31
Hex77929E198026c61136
Octal16722223631100463062166
Binary1110111100100101001111011001100001001101100011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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