Html Css Color HEX #7E8683 Granny Smith

📋 copy color: '#7E8683'

red 126 ◦ green 134 ◦ blue 131

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

Shades of Granny Smith #7E8683

Tints of Granny Smith #7E8683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 32.23%
G = 34.27%
B = 33.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#7E8683 (or 0x7E8683) is known color: Granny Smith. HEX triplet: 7E, 86 and 83. RGB value is (126,134,131). Sum of RGB (Red+Green+Blue) = 126+134+131=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8683 is #81797C. Grayscale: #838383. Windows color (decimal): -8485245 or 8619646. OLE color: 8619646.

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

Color convert

RGB 126 134 131 -
CMYK 0.06 0 0.02 0.47
HSL 157.5º 0.03% 0.51% -
HSV(B) 157.5º 0.06% 0.53% -
XYZ 21.23 23.12 24.82 -
YUV 131.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 126 134 131 0.06 0 0.02 0.47 157.5 0.03 0.51
Hex 7E 86 83 6 0 2 2F 9E 3 33
Octal 176 206 203 6 0 2 57 236 3 63
Binary 1111110 10000110 10000011 110 0 10 101111 10011110 11 110011

Color Harmonies of #7E8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8683

Black with #7E8683

Text Example


Text Example

White with #7E8683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,134,131); }

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

background-color css

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

 a { background-color: rgb(126,134,131); }

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

border-color css

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

 span { border-color: rgb(126,134,131); }

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