#79867D

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

Shades of Blue Smoke #79867D

Tints of Blue Smoke #79867D

Color information

#79867D (or 0x79867D) is unknown color: approx Blue Smoke. HEX triplet: 79, 86 and 7D. RGB value is (121,134,125). Sum of RGB (Red+Green+Blue) = 121+134+125=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #79867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79867D is #867982. Grayscale: #818181. Windows color (decimal): -8812931 or 8226425. OLE color: 8226425.

HSL color Cylindrical-coordinate representation of color #79867D: hue angle of 138.46º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79867D is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB121134125-
CMYK0.1000.070.47
HSL138.46º5.1%50%-
HSV(B)138.46º9.7%52.55%-
XYZ20.1122.622.7-
YUV129.09125.69122.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=31.84%
G=35.26%
B=32.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341250.1000.070.47138.465.150
Hex79867DA072F8a532
Octal171206175120757212562
Binary11110011000011011111011010011110111110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79867D; }

 p { color: rgb(121,134,125); }

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

<style>
 a { background-color: #79867D; }

 a { background-color: rgb(121,134,125); }

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

<style>
 span { border-color: #79867D; }

 span { border-color: rgb(121,134,125); }

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