Html Css Color HEX #888873 Schist

📋 copy color: '#888873'

red 136 ◦ green 136 ◦ blue 115

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

Shades of Schist #888873

Tints of Schist #888873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 35.14%
G = 35.14%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#888873 (or 0x888873) is known color: Schist. HEX triplet: 88, 88 and 73. RGB value is (136,136,115). Sum of RGB (Red+Green+Blue) = 136+136+115=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888873 is #77778C. Grayscale: #858585. Windows color (decimal): -7829389 or 7571592. OLE color: 7571592.

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

Color convert

RGB 136 136 115 -
CMYK 0 0 0.15 0.47
HSL 60º 0.08% 0.49% -
HSV(B) 60º 0.15% 0.53% -
XYZ 22.05 24.08 19.71 -
YUV 133.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 136 136 115 0 0 0.15 0.47 60 0.08 0.49
Hex 88 88 73 0 0 F 2F 3C 8 31
Octal 210 210 163 0 0 17 57 74 10 61
Binary 10001000 10001000 1110011 0 0 1111 101111 111100 1000 110001

Color Harmonies of #888873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888873

Black with #888873

Text Example


Text Example

White with #888873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888873; }

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

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

background-color css

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

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

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

border-color css

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

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

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