#7C8F7F

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

Shades of Blue Smoke #7C8F7F

Tints of Blue Smoke #7C8F7F

Color information

#7C8F7F (or 0x7C8F7F) is unknown color: approx Blue Smoke. HEX triplet: 7C, 8F and 7F. RGB value is (124,143,127). Sum of RGB (Red+Green+Blue) = 124+143+127=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8F7F is #837080. Grayscale: #878787. Windows color (decimal): -8614017 or 8359804. OLE color: 8359804.

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

Color convert

RGB124143127-
CMYK0.1300.110.44
HSL129.47º7.82%52.35%-
HSV(B)129.47º13.29%56.08%-
XYZ21.9725.4623.84-
YUV135.5123.21119.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 127 (50% from 255) = 32.23%
R=31.47%
G=36.29%
B=32.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241431270.1300.110.44129.477.8252.35
Hex7C8F7FD0B2C81834
Octal17421717715013542011064
Binary1111100100011111111111110101011101100100000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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