Html Css Color HEX #79887F Blue Smoke

📋 copy color: '#79887F'

red 121 ◦ green 136 ◦ blue 127

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

Shades of Blue Smoke #79887F

Tints of Blue Smoke #79887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 31.51%
G = 35.42%
B = 33.07%

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

#79887F (or 0x79887F) is known color: Blue Smoke. HEX triplet: 79, 88 and 7F. RGB value is (121,136,127). Sum of RGB (Red+Green+Blue) = 121+136+127=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #79887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79887F is #867780. Grayscale: #828282. Windows color (decimal): -8812417 or 8358009. OLE color: 8358009.

HSL color Cylindrical-coordinate representation of color #79887F: hue angle of 144º 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 #79887F is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 136 127 -
CMYK 0.11 0 0.07 0.47
HSL 144º 0.06% 0.5% -
HSV(B) 144º 0.11% 0.53% -
XYZ 20.52 23.21 23.48 -
YUV 130.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 121 136 127 0.11 0 0.07 0.47 144 0.06 0.5
Hex 79 88 7F B 0 7 2F 90 6 32
Octal 171 210 177 13 0 7 57 220 6 62
Binary 1111001 10001000 1111111 1011 0 111 101111 10010000 110 110010

Color Harmonies of #79887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79887F

Black with #79887F

Text Example


Text Example

White with #79887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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