Html Css Color HEX #888572 Schist

📋 copy color: '#888572'

red 136 ◦ green 133 ◦ blue 114

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

Shades of Schist #888572

Tints of Schist #888572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 35.51%
G = 34.73%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#888572 (or 0x888572) is known color: Schist. HEX triplet: 88, 85 and 72. RGB value is (136,133,114). Sum of RGB (Red+Green+Blue) = 136+133+114=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #888572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888572 is #777A8D. Grayscale: #838383. Windows color (decimal): -7830158 or 7505288. OLE color: 7505288.

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

Color convert

RGB 136 133 114 -
CMYK 0 0.02 0.16 0.47
HSL 51.82º 0.09% 0.49% -
HSV(B) 51.82º 0.16% 0.53% -
XYZ 21.58 23.22 19.27 -
YUV 131.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 136 133 114 0 0.02 0.16 0.47 51.82 0.09 0.49
Hex 88 85 72 0 2 10 2F 34 9 31
Octal 210 205 162 0 2 20 57 64 11 61
Binary 10001000 10000101 1110010 0 10 10000 101111 110100 1001 110001

Color Harmonies of #888572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888572

Black with #888572

Text Example


Text Example

White with #888572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888572; }

 p { color: rgb(136,133,114); }

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

background-color css

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

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

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

border-color css

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

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

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