Html Css Color HEX #888775 Schist

📋 copy color: '#888775'

red 136 ◦ green 135 ◦ blue 117

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

Shades of Schist #888775

Tints of Schist #888775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

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

R = 35.05%
G = 34.79%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#888775 (or 0x888775) is known color: Schist. HEX triplet: 88, 87 and 75. RGB value is (136,135,117). Sum of RGB (Red+Green+Blue) = 136+135+117=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #888775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888775 is #77788A. Grayscale: #858585. Windows color (decimal): -7829643 or 7702408. OLE color: 7702408.

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

Color convert

RGB 136 135 117 -
CMYK 0 0.01 0.14 0.47
HSL 56.84º 0.08% 0.5% -
HSV(B) 56.84º 0.14% 0.53% -
XYZ 22.03 23.85 20.27 -
YUV 133.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 136 135 117 0 0.01 0.14 0.47 56.84 0.08 0.5
Hex 88 87 75 0 1 E 2F 39 8 32
Octal 210 207 165 0 1 16 57 71 10 62
Binary 10001000 10000111 1110101 0 1 1110 101111 111001 1000 110010

Color Harmonies of #888775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888775

Black with #888775

Text Example


Text Example

White with #888775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888775; }

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

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

background-color css

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

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

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

border-color css

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

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

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