#7C9081

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

Shades of Blue Smoke #7C9081

Tints of Blue Smoke #7C9081

Color information

#7C9081 (or 0x7C9081) is unknown color: approx Blue Smoke. HEX triplet: 7C, 90 and 81. RGB value is (124,144,129). Sum of RGB (Red+Green+Blue) = 124+144+129=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9081 is #836F7E. Grayscale: #888888. Windows color (decimal): -8613759 or 8491132. OLE color: 8491132.

HSL color Cylindrical-coordinate representation of color #7C9081: hue angle of 135º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C9081 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB124144129-
CMYK0.1400.100.44
HSL135º8.26%52.55%-
HSV(B)135º13.89%56.47%-
XYZ22.2525.8224.58-
YUV136.31123.87119.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=31.23%
G=36.27%
B=32.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241441290.1400.100.441358.2652.55
Hex7C9081E0A2C87835
Octal17422020116012542071065
Binary11111001001000010000001111001010101100100001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9081; }

 p { color: rgb(124,144,129); }

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

<style>
 a { background-color: #7C9081; }

 a { background-color: rgb(124,144,129); }

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

<style>
 span { border-color: #7C9081; }

 span { border-color: rgb(124,144,129); }

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