#7D8582

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

Shades of Granny Smith #7D8582

Tints of Granny Smith #7D8582

Color information

#7D8582 (or 0x7D8582) is unknown color: approx Granny Smith. HEX triplet: 7D, 85 and 82. RGB value is (125,133,130). Sum of RGB (Red+Green+Blue) = 125+133+130=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8582 is #827A7D. Grayscale: #828282. Windows color (decimal): -8551038 or 8553853. OLE color: 8553853.

HSL color Cylindrical-coordinate representation of color #7D8582: hue angle of 157.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D8582 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB125133130-
CMYK0.0600.020.48
HSL157.5º3.17%50.59%-
HSV(B)157.5º6.02%52.16%-
XYZ20.8722.7524.41-
YUV130.27127.85124.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=32.22%
G=34.28%
B=33.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251331300.0600.020.48157.53.1750.59
Hex7D8582602309d333
Octal17520520260260235363
Binary111110110000101100000101100101100001001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,133,130); }

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

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

 a { background-color: rgb(125,133,130); }

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

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

 span { border-color: rgb(125,133,130); }

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