Html Css Color HEX #87887C Jumbo

📋 copy color: '#87887C'

red 135 ◦ green 136 ◦ blue 124

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

Shades of Jumbo #87887C

Tints of Jumbo #87887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 34.18%
G = 34.43%
B = 31.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87887C (or 0x87887C) is known color: Jumbo. HEX triplet: 87, 88 and 7C. RGB value is (135,136,124). Sum of RGB (Red+Green+Blue) = 135+136+124=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #87887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87887C is #787783. Grayscale: #868686. Windows color (decimal): -7894916 or 8161415. OLE color: 8161415.

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

Color convert

RGB 135 136 124 -
CMYK 0.01 0 0.09 0.47
HSL 65º 0.05% 0.51% -
HSV(B) 65º 0.09% 0.53% -
XYZ 22.43 24.21 22.56 -
YUV 134.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 135 136 124 0.01 0 0.09 0.47 65 0.05 0.51
Hex 87 88 7C 1 0 9 2F 41 5 33
Octal 207 210 174 1 0 11 57 101 5 63
Binary 10000111 10001000 1111100 1 0 1001 101111 1000001 101 110011

Color Harmonies of #87887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87887C

Black with #87887C

Text Example


Text Example

White with #87887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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