Html Css Color HEX #7E9089 Granny Smith

📋 copy color: '#7E9089'

red 126 ◦ green 144 ◦ blue 137

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

Shades of Granny Smith #7E9089

Tints of Granny Smith #7E9089

RGB

 RED value IS 126 (49.61% from 255) = 30.96%

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 30.96%
G = 35.38%
B = 33.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#7E9089 (or 0x7E9089) is known color: Granny Smith. HEX triplet: 7E, 90 and 89. RGB value is (126,144,137). Sum of RGB (Red+Green+Blue) = 126+144+137=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9089 is #816F76. Grayscale: #898989. Windows color (decimal): -8482679 or 9015422. OLE color: 9015422.

HSL color Cylindrical-coordinate representation of color #7E9089: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E9089 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 144 137 -
CMYK 0.12 0 0.05 0.44
HSL 156.67º 0.08% 0.53% -
HSV(B) 156.67º 0.13% 0.56% -
XYZ 23.09 26.19 27.5 -
YUV 137.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 126 144 137 0.12 0 0.05 0.44 156.67 0.08 0.53
Hex 7E 90 89 C 0 5 2C 9D 8 35
Octal 176 220 211 14 0 5 54 235 10 65
Binary 1111110 10010000 10001001 1100 0 101 101100 10011101 1000 110101

Color Harmonies of #7E9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9089

Black with #7E9089

Text Example


Text Example

White with #7E9089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,144,137); }

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

background-color css

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

 a { background-color: rgb(126,144,137); }

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

border-color css

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

 span { border-color: rgb(126,144,137); }

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