Html Css Color HEX #87887E Jumbo

📋 copy color: '#87887E'

red 135 ◦ green 136 ◦ blue 126

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

Shades of Jumbo #87887E

Tints of Jumbo #87887E

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 135 136 126 -
CMYK 0.01 0 0.07 0.47
HSL 66º 0.04% 0.51% -
HSV(B) 66º 0.07% 0.53% -
XYZ 22.56 24.27 23.23 -
YUV 134.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 135 136 126 0.01 0 0.07 0.47 66 0.04 0.51
Hex 87 88 7E 1 0 7 2F 42 4 33
Octal 207 210 176 1 0 7 57 102 4 63
Binary 10000111 10001000 1111110 1 0 111 101111 1000010 100 110011

Color Harmonies of #87887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87887E

Black with #87887E

Text Example


Text Example

White with #87887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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