Html Css Color HEX #7E8782 Granny Smith

📋 copy color: '#7E8782'

red 126 ◦ green 135 ◦ blue 130

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

Shades of Granny Smith #7E8782

Tints of Granny Smith #7E8782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 32.23%
G = 34.53%
B = 33.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#7E8782 (or 0x7E8782) is known color: Granny Smith. HEX triplet: 7E, 87 and 82. RGB value is (126,135,130). Sum of RGB (Red+Green+Blue) = 126+135+130=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8782 is #81787D. Grayscale: #838383. Windows color (decimal): -8484990 or 8554366. OLE color: 8554366.

HSL color Cylindrical-coordinate representation of color #7E8782: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7E8782 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 135 130 -
CMYK 0.07 0 0.04 0.47
HSL 146.67º 0.04% 0.51% -
HSV(B) 146.67º 0.07% 0.53% -
XYZ 21.3 23.38 24.51 -
YUV 131.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 126 135 130 0.07 0 0.04 0.47 146.67 0.04 0.51
Hex 7E 87 82 7 0 4 2F 93 4 33
Octal 176 207 202 7 0 4 57 223 4 63
Binary 1111110 10000111 10000010 111 0 100 101111 10010011 100 110011

Color Harmonies of #7E8782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8782

Black with #7E8782

Text Example


Text Example

White with #7E8782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,135,130); }

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

background-color css

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

 a { background-color: rgb(126,135,130); }

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

border-color css

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

 span { border-color: rgb(126,135,130); }

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