Html Css Color HEX #888973 Schist

📋 copy color: '#888973'

red 136 ◦ green 137 ◦ blue 115

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

Shades of Schist #888973

Tints of Schist #888973

RGB

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

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

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

R = 35.05%
G = 35.31%
B = 29.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#888973 (or 0x888973) is known color: Schist. HEX triplet: 88, 89 and 73. RGB value is (136,137,115). Sum of RGB (Red+Green+Blue) = 136+137+115=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #888973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888973 is #77768C. Grayscale: #868686. Windows color (decimal): -7829133 or 7571848. OLE color: 7571848.

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

Color convert

RGB 136 137 115 -
CMYK 0.01 0 0.16 0.46
HSL 62.73º 0.09% 0.49% -
HSV(B) 62.73º 0.16% 0.54% -
XYZ 22.19 24.36 19.75 -
YUV 134.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 136 137 115 0.01 0 0.16 0.46 62.73 0.09 0.49
Hex 88 89 73 1 0 10 2E 3F 9 31
Octal 210 211 163 1 0 20 56 77 11 61
Binary 10001000 10001001 1110011 1 0 10000 101110 111111 1001 110001

Color Harmonies of #888973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888973

Black with #888973

Text Example


Text Example

White with #888973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888973; }

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

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

background-color css

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

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

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

border-color css

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

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

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