#77927A

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

Shades of Blue Smoke #77927A

Tints of Blue Smoke #77927A

Color information

#77927A (or 0x77927A) is unknown color: approx Blue Smoke. HEX triplet: 77, 92 and 7A. RGB value is (119,146,122). Sum of RGB (Red+Green+Blue) = 119+146+122=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #77927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77927A is #886D85. Grayscale: #878787. Windows color (decimal): -8940934 or 8032887. OLE color: 8032887.

HSL color Cylindrical-coordinate representation of color #77927A: hue angle of 126.67º 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 #77927A is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB119146122-
CMYK0.1800.160.43
HSL126.67º11.02%51.96%-
HSV(B)126.67º18.49%57.25%-
XYZ21.425.8822.28-
YUV135.19120.55116.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=30.75%
G=37.73%
B=31.52%

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
Decimal1191461220.1800.160.43126.6711.0251.96
Hex77927A120102B7fb34
Octal16722217222020531771364
Binary11101111001001011110101001001000010101111111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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