Html Css Color HEX #898775 Schist

📋 copy color: '#898775'

red 137 ◦ green 135 ◦ blue 117

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

Shades of Schist #898775

Tints of Schist #898775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 35.22%
G = 34.7%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#898775 (or 0x898775) is known color: Schist. HEX triplet: 89, 87 and 75. RGB value is (137,135,117). Sum of RGB (Red+Green+Blue) = 137+135+117=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #898775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898775 is #76788A. Grayscale: #858585. Windows color (decimal): -7764107 or 7702409. OLE color: 7702409.

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

Color convert

RGB 137 135 117 -
CMYK 0 0.01 0.15 0.46
HSL 54º 0.08% 0.5% -
HSV(B) 54º 0.15% 0.54% -
XYZ 22.19 23.93 20.28 -
YUV 133.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 137 135 117 0 0.01 0.15 0.46 54 0.08 0.5
Hex 89 87 75 0 1 F 2E 36 8 32
Octal 211 207 165 0 1 17 56 66 10 62
Binary 10001001 10000111 1110101 0 1 1111 101110 110110 1000 110010

Color Harmonies of #898775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898775

Black with #898775

Text Example


Text Example

White with #898775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898775; }

 p { color: rgb(137,135,117); }

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

background-color css

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

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

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

border-color css

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

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

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