#77939F

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

Shades of Bermuda Grey #77939F

Tints of Bermuda Grey #77939F

Color information

#77939F (or 0x77939F) is unknown color: approx Bermuda Grey. HEX triplet: 77, 93 and 9F. RGB value is (119,147,159). Sum of RGB (Red+Green+Blue) = 119+147+159=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #77939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77939F is #886C60. Grayscale: #8B8B8B. Windows color (decimal): -8940641 or 10457975. OLE color: 10457975.

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

Color convert

RGB119147159-
CMYK0.250.0800.38
HSL198º17.24%54.51%-
HSV(B)198º25.16%62.35%-
XYZ24.327.2936.79-
YUV140138.72113.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=28%
G=34.59%
B=37.41%

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
Decimal1191471590.250.0800.3819817.2454.51
Hex77939F198026c61137
Octal16722323731100463062167
Binary1110111100100111001111111001100001001101100011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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