#77919B

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

Shades of Bermuda Grey #77919B

Tints of Bermuda Grey #77919B

Color information

#77919B (or 0x77919B) is unknown color: approx Bermuda Grey. HEX triplet: 77, 91 and 9B. RGB value is (119,145,155). Sum of RGB (Red+Green+Blue) = 119+145+155=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #77919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77919B is #886E64. Grayscale: #8A8A8A. Windows color (decimal): -8941157 or 10195319. OLE color: 10195319.

HSL color Cylindrical-coordinate representation of color #77919B: hue angle of 196.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77919B is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119145155-
CMYK0.230.0600.39
HSL196.67º15.25%53.73%-
HSV(B)196.67º23.23%60.78%-
XYZ23.6526.5434.89-
YUV138.37137.39114.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=28.40%
G=34.61%
B=36.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191451550.230.0600.39196.6715.2553.73
Hex77919B176027c5f36
Octal1672212332760473051766
Binary11101111001000110011011101111100100111110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77919B; }

 p { color: rgb(119,145,155); }

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

<style>
 a { background-color: #77919B; }

 a { background-color: rgb(119,145,155); }

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

<style>
 span { border-color: #77919B; }

 span { border-color: rgb(119,145,155); }

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