Html Css Color HEX #79887E Blue Smoke

📋 copy color: '#79887E'

red 121 ◦ green 136 ◦ blue 126

#79887E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Smoke #79887E

Tints of Blue Smoke #79887E

RGB

 RED value IS 121 (47.66% from 255) = 31.59%

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 126 (49.61% from 255) = 32.9%

R = 31.59%
G = 35.51%
B = 32.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#79887E (or 0x79887E) is known color: Blue Smoke. HEX triplet: 79, 88 and 7E. RGB value is (121,136,126). Sum of RGB (Red+Green+Blue) = 121+136+126=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #79887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79887E is #867781. Grayscale: #828282. Windows color (decimal): -8812418 or 8292473. OLE color: 8292473.

HSL color Cylindrical-coordinate representation of color #79887E: hue angle of 140º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #79887E is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 136 126 -
CMYK 0.11 0 0.07 0.47
HSL 140º 0.06% 0.5% -
HSV(B) 140º 0.11% 0.53% -
XYZ 20.46 23.18 23.13 -
YUV 130.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 121 136 126 0.11 0 0.07 0.47 140 0.06 0.5
Hex 79 88 7E B 0 7 2F 8C 6 32
Octal 171 210 176 13 0 7 57 214 6 62
Binary 1111001 10001000 1111110 1011 0 111 101111 10001100 110 110010

Color Harmonies of #79887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79887E

Black with #79887E

Text Example


Text Example

White with #79887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,136,126); }

 H1.HeaderClassName
 {
   color: #79887E;
 }
 .AnyTagClassName
 {
   color: #79887E;
 }
</style>

background-color css

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

 a { background-color: rgb(121,136,126); }

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

border-color css

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

 span { border-color: rgb(121,136,126); }

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