Html Css Color HEX #79857C Blue Smoke

📋 copy color: '#79857C'

red 121 ◦ green 133 ◦ blue 124

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

Shades of Blue Smoke #79857C

Tints of Blue Smoke #79857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 32.01%
G = 35.19%
B = 32.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#79857C (or 0x79857C) is known color: Blue Smoke. HEX triplet: 79, 85 and 7C. RGB value is (121,133,124). Sum of RGB (Red+Green+Blue) = 121+133+124=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #79857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79857C is #867A83. Grayscale: #808080. Windows color (decimal): -8813188 or 8160633. OLE color: 8160633.

HSL color Cylindrical-coordinate representation of color #79857C: hue angle of 135º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #79857C is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 133 124 -
CMYK 0.09 0 0.07 0.48
HSL 135º 0.05% 0.5% -
HSV(B) 135º 0.09% 0.52% -
XYZ 19.91 22.3 22.32 -
YUV 128.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 121 133 124 0.09 0 0.07 0.48 135 0.05 0.5
Hex 79 85 7C 9 0 7 30 87 5 32
Octal 171 205 174 11 0 7 60 207 5 62
Binary 1111001 10000101 1111100 1001 0 111 110000 10000111 101 110010

Color Harmonies of #79857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79857C

Black with #79857C

Text Example


Text Example

White with #79857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79857C; }

 p { color: rgb(121,133,124); }

 H1.HeaderClassName
 {
   color: #79857C;
 }
 .AnyTagClassName
 {
   color: #79857C;
 }
</style>

background-color css

<style>
 a { background-color: #79857C; }

 a { background-color: rgb(121,133,124); }

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

border-color css

<style>
 span { border-color: #79857C; }

 span { border-color: rgb(121,133,124); }

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