#79867B

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

Shades of Blue Smoke #79867B

Tints of Blue Smoke #79867B

Color information

#79867B (or 0x79867B) is unknown color: approx Blue Smoke. HEX triplet: 79, 86 and 7B. RGB value is (121,134,123). Sum of RGB (Red+Green+Blue) = 121+134+123=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #79867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79867B is #867984. Grayscale: #808080. Windows color (decimal): -8812933 or 8095353. OLE color: 8095353.

HSL color Cylindrical-coordinate representation of color #79867B: hue angle of 129.23º 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 #79867B is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB121134123-
CMYK0.1000.080.47
HSL129.23º5.1%50%-
HSV(B)129.23º9.7%52.55%-
XYZ19.9922.5522.04-
YUV128.86124.69122.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=32.01%
G=35.45%
B=32.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341230.1000.080.47129.235.150
Hex79867BA082F81532
Octal1712061731201057201562
Binary111100110000110111101110100100010111110000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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