Html Css Color HEX #7D8481 Granny Smith

📋 copy color: '#7D8481'

red 125 ◦ green 132 ◦ blue 129

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

Shades of Granny Smith #7D8481

Tints of Granny Smith #7D8481

RGB

 RED value IS 125 (49.22% from 255) = 32.38%

 GREEN value IS 132 (51.95% from 255) = 34.2%

 BLUE value IS 129 (50.78% from 255) = 33.42%

R = 32.38%
G = 34.2%
B = 33.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#7D8481 (or 0x7D8481) is known color: Granny Smith. HEX triplet: 7D, 84 and 81. RGB value is (125,132,129). Sum of RGB (Red+Green+Blue) = 125+132+129=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8481 is #827B7E. Grayscale: #818181. Windows color (decimal): -8551295 or 8488061. OLE color: 8488061.

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

Color convert

RGB 125 132 129 -
CMYK 0.05 0 0.02 0.48
HSL 154.29º 0.03% 0.5% -
HSV(B) 154.29º 0.05% 0.52% -
XYZ 20.67 22.45 24.01 -
YUV 129.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 125 132 129 0.05 0 0.02 0.48 154.29 0.03 0.5
Hex 7D 84 81 5 0 2 30 9A 3 32
Octal 175 204 201 5 0 2 60 232 3 62
Binary 1111101 10000100 10000001 101 0 10 110000 10011010 11 110010

Color Harmonies of #7D8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8481

Black with #7D8481

Text Example


Text Example

White with #7D8481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,132,129); }

 H1.HeaderClassName
 {
   color: #7D8481;
 }
 .AnyTagClassName
 {
   color: #7D8481;
 }
</style>

background-color css

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

 a { background-color: rgb(125,132,129); }

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

border-color css

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

 span { border-color: rgb(125,132,129); }

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