#7C977F

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

Shades of Blue Smoke #7C977F

Tints of Blue Smoke #7C977F

Color information

#7C977F (or 0x7C977F) is unknown color: approx Blue Smoke. HEX triplet: 7C, 97 and 7F. RGB value is (124,151,127). Sum of RGB (Red+Green+Blue) = 124+151+127=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #7C977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C977F is #836880. Grayscale: #8C8C8C. Windows color (decimal): -8611969 or 8361852. OLE color: 8361852.

HSL color Cylindrical-coordinate representation of color #7C977F: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C977F is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB124151127-
CMYK0.1800.160.41
HSL126.67º11.49%53.92%-
HSV(B)126.67º17.88%59.22%-
XYZ23.2127.9524.25-
YUV140.19120.55116.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 31.59%
R=30.85%
G=37.56%
B=31.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241511270.1800.160.41126.6711.4953.92
Hex7C977F12010297fb36
Octal17422717722020511771366
Binary11111001001011111111111001001000010100111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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