Html Css Color HEX #7D8582 Granny Smith

📋 copy color: '#7D8582'

red 125 ◦ green 133 ◦ blue 130

#7D8582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #7D8582

Tints of Granny Smith #7D8582

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 value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#7D8582 (or 0x7D8582) is known color: 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

RGB 125 133 130 -
CMYK 0.06 0 0.02 0.48
HSL 157.5º 0.03% 0.51% -
HSV(B) 157.5º 0.06% 0.52% -
XYZ 20.87 22.75 24.41 -
YUV 130.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 125 133 130 0.06 0 0.02 0.48 157.5 0.03 0.51
Hex 7D 85 82 6 0 2 30 9E 3 33
Octal 175 205 202 6 0 2 60 236 3 63
Binary 1111101 10000101 10000010 110 0 10 110000 10011110 11 110011

Color Harmonies of #7D8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8582

Black with #7D8582

Text Example


Text Example

White with #7D8582

Text Example


Text Example

HTML Codes & Css Web 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>