Html Css Color HEX #7E8885 Granny Smith

📋 copy color: '#7E8885'

red 126 ◦ green 136 ◦ blue 133

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

Shades of Granny Smith #7E8885

Tints of Granny Smith #7E8885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 31.9%
G = 34.43%
B = 33.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#7E8885 (or 0x7E8885) is known color: Granny Smith. HEX triplet: 7E, 88 and 85. RGB value is (126,136,133). Sum of RGB (Red+Green+Blue) = 126+136+133=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8885 is #81777A. Grayscale: #848484. Windows color (decimal): -8484731 or 8751230. OLE color: 8751230.

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

Color convert

RGB 126 136 133 -
CMYK 0.07 0 0.02 0.47
HSL 162º 0.04% 0.51% -
HSV(B) 162º 0.07% 0.53% -
XYZ 21.64 23.74 25.63 -
YUV 132.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 126 136 133 0.07 0 0.02 0.47 162 0.04 0.51
Hex 7E 88 85 7 0 2 2F A2 4 33
Octal 176 210 205 7 0 2 57 242 4 63
Binary 1111110 10001000 10000101 111 0 10 101111 10100010 100 110011

Color Harmonies of #7E8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8885

Black with #7E8885

Text Example


Text Example

White with #7E8885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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