#7C817F

Color #7C817F Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #7C817F

Tints of Granny Smith #7C817F

Color information

#7C817F (or 0x7C817F) is unknown color: approx Granny Smith. HEX triplet: 7C, 81 and 7F. RGB value is (124,129,127). Sum of RGB (Red+Green+Blue) = 124+129+127=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 129 - color contains mainly: green. Hex color #7C817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C817F is #837E80. Grayscale: #7F7F7F. Windows color (decimal): -8617601 or 8356220. OLE color: 8356220.

HSL color Cylindrical-coordinate representation of color #7C817F: hue angle of 156º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7C817F is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB124129127-
CMYK0.0400.020.49
HSL156º1.98%49.61%-
HSV(B)156º3.88%50.59%-
XYZ19.9921.5223.18-
YUV127.28127.84125.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.63%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 127 (50% from 255) = 33.42%
R=32.63%
G=33.95%
B=33.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241291270.0400.020.491561.9849.61
Hex7C817F402319c232
Octal17420117740261234262
Binary11111001000000111111111000101100011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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