Html Css Color HEX #88877A Schist

📋 copy color: '#88877A'

red 136 ◦ green 135 ◦ blue 122

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

Shades of Schist #88877A

Tints of Schist #88877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 34.61%
G = 34.35%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88877A (or 0x88877A) is known color: Schist. HEX triplet: 88, 87 and 7A. RGB value is (136,135,122). Sum of RGB (Red+Green+Blue) = 136+135+122=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #88877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88877A is #777885. Grayscale: #858585. Windows color (decimal): -7829638 or 8030088. OLE color: 8030088.

HSL color Cylindrical-coordinate representation of color #88877A: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88877A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 135 122 -
CMYK 0 0.01 0.10 0.47
HSL 55.71º 0.06% 0.51% -
HSV(B) 55.71º 0.1% 0.53% -
XYZ 22.33 23.97 21.86 -
YUV 133.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 136 135 122 0 0.01 0.10 0.47 55.71 0.06 0.51
Hex 88 87 7A 0 1 A 2F 38 6 33
Octal 210 207 172 0 1 12 57 70 6 63
Binary 10001000 10000111 1111010 0 1 1010 101111 111000 110 110011

Color Harmonies of #88877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88877A

Black with #88877A

Text Example


Text Example

White with #88877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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