Html Css Color HEX #7E9288 Granny Smith

📋 copy color: '#7E9288'

red 126 ◦ green 146 ◦ blue 136

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

Shades of Granny Smith #7E9288

Tints of Granny Smith #7E9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 30.88%
G = 35.78%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#7E9288 (or 0x7E9288) is known color: Granny Smith. HEX triplet: 7E, 92 and 88. RGB value is (126,146,136). Sum of RGB (Red+Green+Blue) = 126+146+136=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9288 is #816D77. Grayscale: #8A8A8A. Windows color (decimal): -8482168 or 8950398. OLE color: 8950398.

HSL color Cylindrical-coordinate representation of color #7E9288: hue angle of 150º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E9288 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 146 136 -
CMYK 0.14 0 0.07 0.43
HSL 150º 0.08% 0.53% -
HSV(B) 150º 0.14% 0.57% -
XYZ 23.33 26.77 27.23 -
YUV 138.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 126 146 136 0.14 0 0.07 0.43 150 0.08 0.53
Hex 7E 92 88 E 0 7 2B 96 8 35
Octal 176 222 210 16 0 7 53 226 10 65
Binary 1111110 10010010 10001000 1110 0 111 101011 10010110 1000 110101

Color Harmonies of #7E9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9288

Black with #7E9288

Text Example


Text Example

White with #7E9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,146,136); }

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

background-color css

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

 a { background-color: rgb(126,146,136); }

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

border-color css

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

 span { border-color: rgb(126,146,136); }

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