#77929F

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

Shades of Bermuda Grey #77929F

Tints of Bermuda Grey #77929F

Color information

#77929F (or 0x77929F) is unknown color: approx Bermuda Grey. HEX triplet: 77, 92 and 9F. RGB value is (119,146,159). Sum of RGB (Red+Green+Blue) = 119+146+159=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #77929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77929F is #886D60. Grayscale: #8B8B8B. Windows color (decimal): -8940897 or 10457719. OLE color: 10457719.

HSL color Cylindrical-coordinate representation of color #77929F: hue angle of 199.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77929F is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119146159-
CMYK0.250.0800.38
HSL199.5º17.24%54.51%-
HSV(B)199.5º25.16%62.35%-
XYZ24.1426.9836.74-
YUV139.41139.05113.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.07%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=28.07%
G=34.43%
B=37.5%

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
Decimal1191461590.250.0800.38199.517.2454.51
Hex77929F198026c71137
Octal16722223731100463072167
Binary1110111100100101001111111001100001001101100011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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