#77969E

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

Shades of Bermuda Grey #77969E

Tints of Bermuda Grey #77969E

Color information

#77969E (or 0x77969E) is unknown color: approx Bermuda Grey. HEX triplet: 77, 96 and 9E. RGB value is (119,150,158). Sum of RGB (Red+Green+Blue) = 119+150+158=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #77969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77969E is #886961. Grayscale: #8D8D8D. Windows color (decimal): -8939874 or 10393207. OLE color: 10393207.

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

Color convert

RGB119150158-
CMYK0.250.0500.38
HSL192.31º16.74%54.31%-
HSV(B)192.31º24.68%61.96%-
XYZ24.6928.236.49-
YUV141.64137.23111.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=27.87%
G=35.13%
B=37.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191501580.250.0500.38192.3116.7454.31
Hex77969E195026c01136
Octal1672262363150463002166
Binary111011110010110100111101100110101001101100000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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