Html Css Color HEX #88877E Jumbo

📋 copy color: '#88877E'

red 136 ◦ green 135 ◦ blue 126

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

Shades of Jumbo #88877E

Tints of Jumbo #88877E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 34.26%
G = 34.01%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88877E (or 0x88877E) is known color: Jumbo. HEX triplet: 88, 87 and 7E. RGB value is (136,135,126). Sum of RGB (Red+Green+Blue) = 136+135+126=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #88877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88877E is #777881. Grayscale: #868686. Windows color (decimal): -7829634 or 8292232. OLE color: 8292232.

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

Color convert

RGB 136 135 126 -
CMYK 0 0.01 0.07 0.47
HSL 54º 0.04% 0.51% -
HSV(B) 54º 0.07% 0.53% -
XYZ 22.58 24.07 23.19 -
YUV 134.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 136 135 126 0 0.01 0.07 0.47 54 0.04 0.51
Hex 88 87 7E 0 1 7 2F 36 4 33
Octal 210 207 176 0 1 7 57 66 4 63
Binary 10001000 10000111 1111110 0 1 111 101111 110110 100 110011

Color Harmonies of #88877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88877E

Black with #88877E

Text Example


Text Example

White with #88877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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