Html Css Color HEX #7D8581 Granny Smith

📋 copy color: '#7D8581'

red 125 ◦ green 133 ◦ blue 129

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

Shades of Granny Smith #7D8581

Tints of Granny Smith #7D8581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 32.3%
G = 34.37%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#7D8581 (or 0x7D8581) is known color: Granny Smith. HEX triplet: 7D, 85 and 81. RGB value is (125,133,129). Sum of RGB (Red+Green+Blue) = 125+133+129=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8581 is #827A7E. Grayscale: #828282. Windows color (decimal): -8551039 or 8488317. OLE color: 8488317.

HSL color Cylindrical-coordinate representation of color #7D8581: hue angle of 150º 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 #7D8581 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 129 -
CMYK 0.06 0 0.03 0.48
HSL 150º 0.03% 0.51% -
HSV(B) 150º 0.06% 0.52% -
XYZ 20.81 22.72 24.06 -
YUV 130.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 125 133 129 0.06 0 0.03 0.48 150 0.03 0.51
Hex 7D 85 81 6 0 3 30 96 3 33
Octal 175 205 201 6 0 3 60 226 3 63
Binary 1111101 10000101 10000001 110 0 11 110000 10010110 11 110011

Color Harmonies of #7D8581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8581

Black with #7D8581

Text Example


Text Example

White with #7D8581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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