Html Css Color HEX #888875 Schist

📋 copy color: '#888875'

red 136 ◦ green 136 ◦ blue 117

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

Shades of Schist #888875

Tints of Schist #888875

RGB

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

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

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

R = 34.96%
G = 34.96%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#888875 (or 0x888875) is known color: Schist. HEX triplet: 88, 88 and 75. RGB value is (136,136,117). Sum of RGB (Red+Green+Blue) = 136+136+117=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888875 is #77778A. Grayscale: #858585. Windows color (decimal): -7829387 or 7702664. OLE color: 7702664.

HSL color Cylindrical-coordinate representation of color #888875: hue angle of 60º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #888875 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 136 117 -
CMYK 0 0 0.14 0.47
HSL 60º 0.08% 0.5% -
HSV(B) 60º 0.14% 0.53% -
XYZ 22.17 24.13 20.32 -
YUV 133.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 136 136 117 0 0 0.14 0.47 60 0.08 0.5
Hex 88 88 75 0 0 E 2F 3C 8 32
Octal 210 210 165 0 0 16 57 74 10 62
Binary 10001000 10001000 1110101 0 0 1110 101111 111100 1000 110010

Color Harmonies of #888875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888875

Black with #888875

Text Example


Text Example

White with #888875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888875; }

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

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

background-color css

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

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

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

border-color css

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

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

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