Html Css Color HEX #7D9387 Granny Smith

📋 copy color: '#7D9387'

red 125 ◦ green 147 ◦ blue 135

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

Shades of Granny Smith #7D9387

Tints of Granny Smith #7D9387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 30.71%
G = 36.12%
B = 33.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#7D9387 (or 0x7D9387) is known color: Granny Smith. HEX triplet: 7D, 93 and 87. RGB value is (125,147,135). Sum of RGB (Red+Green+Blue) = 125+147+135=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9387 is #826C78. Grayscale: #8B8B8B. Windows color (decimal): -8547449 or 8885117. OLE color: 8885117.

HSL color Cylindrical-coordinate representation of color #7D9387: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D9387 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 135 -
CMYK 0.15 0 0.08 0.42
HSL 147.27º 0.09% 0.53% -
HSV(B) 147.27º 0.15% 0.58% -
XYZ 23.26 26.98 26.9 -
YUV 139.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 125 147 135 0.15 0 0.08 0.42 147.27 0.09 0.53
Hex 7D 93 87 F 0 8 2A 93 9 35
Octal 175 223 207 17 0 10 52 223 11 65
Binary 1111101 10010011 10000111 1111 0 1000 101010 10010011 1001 110101

Color Harmonies of #7D9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9387

Black with #7D9387

Text Example


Text Example

White with #7D9387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,135); }

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

background-color css

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

 a { background-color: rgb(125,147,135); }

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

border-color css

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

 span { border-color: rgb(125,147,135); }

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