#77827A

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

Shades of Blue Smoke #77827A

Tints of Blue Smoke #77827A

Color information

#77827A (or 0x77827A) is unknown color: approx Blue Smoke. HEX triplet: 77, 82 and 7A. RGB value is (119,130,122). Sum of RGB (Red+Green+Blue) = 119+130+122=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #77827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77827A is #887D85. Grayscale: #7D7D7D. Windows color (decimal): -8945030 or 8028791. OLE color: 8028791.

HSL color Cylindrical-coordinate representation of color #77827A: hue angle of 136.36º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77827A is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB119130122-
CMYK0.0800.060.49
HSL136.36º4.42%48.82%-
HSV(B)136.36º8.46%50.98%-
XYZ19.121.2921.52-
YUV125.8125.86123.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=32.08%
G=35.04%
B=32.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191301220.0800.060.49136.364.4248.82
Hex77827A8063188431
Octal167202172100661210461
Binary11101111000001011110101000011011000110001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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