#7C907F

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

Shades of Blue Smoke #7C907F

Tints of Blue Smoke #7C907F

Color information

#7C907F (or 0x7C907F) is unknown color: approx Blue Smoke. HEX triplet: 7C, 90 and 7F. RGB value is (124,144,127). Sum of RGB (Red+Green+Blue) = 124+144+127=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #7C907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C907F is #836F80. Grayscale: #888888. Windows color (decimal): -8613761 or 8360060. OLE color: 8360060.

HSL color Cylindrical-coordinate representation of color #7C907F: hue angle of 129º 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 #7C907F is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB124144127-
CMYK0.1400.120.44
HSL129º8.26%52.55%-
HSV(B)129º13.89%56.47%-
XYZ22.1225.7623.89-
YUV136.08122.87119.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 127 (50% from 255) = 32.15%
R=31.39%
G=36.46%
B=32.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241441270.1400.120.441298.2652.55
Hex7C907FE0C2C81835
Octal17422017716014542011065
Binary1111100100100001111111111001100101100100000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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