#77939D

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

Shades of Bermuda Grey #77939D

Tints of Bermuda Grey #77939D

Color information

#77939D (or 0x77939D) is unknown color: approx Bermuda Grey. HEX triplet: 77, 93 and 9D. RGB value is (119,147,157). Sum of RGB (Red+Green+Blue) = 119+147+157=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #77939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77939D is #886C62. Grayscale: #8B8B8B. Windows color (decimal): -8940643 or 10326903. OLE color: 10326903.

HSL color Cylindrical-coordinate representation of color #77939D: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77939D is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119147157-
CMYK0.240.0600.38
HSL195.79º16.24%54.12%-
HSV(B)195.79º24.2%61.57%-
XYZ24.1327.2235.88-
YUV139.77137.72113.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=28.13%
G=34.75%
B=37.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191471570.240.0600.38195.7916.2454.12
Hex77939D186026c41036
Octal1672232353060463042066
Binary111011110010011100111011100011001001101100010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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