Html Css Color HEX #888975 Schist

📋 copy color: '#888975'

red 136 ◦ green 137 ◦ blue 117

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

Shades of Schist #888975

Tints of Schist #888975

RGB

 RED value IS 136 (53.52% from 255) = 34.87%

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 34.87%
G = 35.13%
B = 30%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#888975 (or 0x888975) is known color: Schist. HEX triplet: 88, 89 and 75. RGB value is (136,137,117). Sum of RGB (Red+Green+Blue) = 136+137+117=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #888975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888975 is #77768A. Grayscale: #868686. Windows color (decimal): -7829131 or 7702920. OLE color: 7702920.

HSL color Cylindrical-coordinate representation of color #888975: hue angle of 63º 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 #888975 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 117 -
CMYK 0.01 0 0.15 0.46
HSL 63º 0.08% 0.5% -
HSV(B) 63º 0.15% 0.54% -
XYZ 22.31 24.41 20.37 -
YUV 134.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 136 137 117 0.01 0 0.15 0.46 63 0.08 0.5
Hex 88 89 75 1 0 F 2E 3F 8 32
Octal 210 211 165 1 0 17 56 77 10 62
Binary 10001000 10001001 1110101 1 0 1111 101110 111111 1000 110010

Color Harmonies of #888975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888975

Black with #888975

Text Example


Text Example

White with #888975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888975; }

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

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

background-color css

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

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

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

border-color css

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

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

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