#77917A

Color #77917A Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #77917A

Tints of Blue Smoke #77917A

Color information

#77917A (or 0x77917A) is unknown color: approx Blue Smoke. HEX triplet: 77, 91 and 7A. RGB value is (119,145,122). Sum of RGB (Red+Green+Blue) = 119+145+122=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #77917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77917A is #886E85. Grayscale: #868686. Windows color (decimal): -8941190 or 8032631. OLE color: 8032631.

HSL color Cylindrical-coordinate representation of color #77917A: hue angle of 126.92º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77917A is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB119145122-
CMYK0.1800.160.43
HSL126.92º10.57%51.76%-
HSV(B)126.92º17.93%56.86%-
XYZ21.2525.5822.23-
YUV134.6120.89116.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=30.83%
G=37.56%
B=31.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451220.1800.160.43126.9210.5751.76
Hex77917A120102B7fb34
Octal16722117222020531771364
Binary11101111001000111110101001001000010101111111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77917A; }

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

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

<style>
 a { background-color: #77917A; }

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

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

<style>
 span { border-color: #77917A; }

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

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