Html Css Color HEX #7D9389 Granny Smith

📋 copy color: '#7D9389'

red 125 ◦ green 147 ◦ blue 137

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

Shades of Granny Smith #7D9389

Tints of Granny Smith #7D9389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 30.56%
G = 35.94%
B = 33.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#7D9389 (or 0x7D9389) is known color: Granny Smith. HEX triplet: 7D, 93 and 89. RGB value is (125,147,137). Sum of RGB (Red+Green+Blue) = 125+147+137=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9389 is #826C76. Grayscale: #8B8B8B. Windows color (decimal): -8547447 or 9016189. OLE color: 9016189.

HSL color Cylindrical-coordinate representation of color #7D9389: hue angle of 152.73º 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 #7D9389 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 137 -
CMYK 0.15 0 0.07 0.42
HSL 152.73º 0.09% 0.53% -
HSV(B) 152.73º 0.15% 0.58% -
XYZ 23.41 27.03 27.65 -
YUV 139.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 125 147 137 0.15 0 0.07 0.42 152.73 0.09 0.53
Hex 7D 93 89 F 0 7 2A 99 9 35
Octal 175 223 211 17 0 7 52 231 11 65
Binary 1111101 10010011 10001001 1111 0 111 101010 10011001 1001 110101

Color Harmonies of #7D9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9389

Black with #7D9389

Text Example


Text Example

White with #7D9389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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