Html Css Color HEX #897E7E Grey

📋 copy color: '#897E7E'

red 137 ◦ green 126 ◦ blue 126

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

Shades of Grey #897E7E

Tints of Grey #897E7E

RGB

 RED value IS 137 (53.91% from 255) = 35.22%

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 35.22%
G = 32.39%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#897E7E (or 0x897E7E) is known color: Grey. HEX triplet: 89, 7E and 7E. RGB value is (137,126,126). Sum of RGB (Red+Green+Blue) = 137+126+126=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #897E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E7E is #768181. Grayscale: #818181. Windows color (decimal): -7766402 or 8289929. OLE color: 8289929.

HSL color Cylindrical-coordinate representation of color #897E7E: hue angle of 0º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #897E7E is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 126 126 -
CMYK 0 0.08 0.08 0.46
HSL 0.04% 0.52% -
HSV(B) 0.08% 0.54% -
XYZ 21.54 21.75 22.8 -
YUV 129.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 137 126 126 0 0.08 0.08 0.46 0 0.04 0.52
Hex 89 7E 7E 0 8 8 2E 0 4 34
Octal 211 176 176 0 10 10 56 0 4 64
Binary 10001001 1111110 1111110 0 1000 1000 101110 0 100 110100

Color Harmonies of #897E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897E7E

Black with #897E7E

Text Example


Text Example

White with #897E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897E7E; }

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

 H1.HeaderClassName
 {
   color: #897E7E;
 }
 .AnyTagClassName
 {
   color: #897E7E;
 }
</style>

background-color css

<style>
 a { background-color: #897E7E; }

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

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

border-color css

<style>
 span { border-color: #897E7E; }

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

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