Html Css Color HEX #87877C Jumbo

📋 copy color: '#87877C'

red 135 ◦ green 135 ◦ blue 124

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

Shades of Jumbo #87877C

Tints of Jumbo #87877C

RGB

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

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

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

R = 34.26%
G = 34.26%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87877C (or 0x87877C) is known color: Jumbo. HEX triplet: 87, 87 and 7C. RGB value is (135,135,124). Sum of RGB (Red+Green+Blue) = 135+135+124=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87877C is #787883. Grayscale: #858585. Windows color (decimal): -7895172 or 8161159. OLE color: 8161159.

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

Color convert

RGB 135 135 124 -
CMYK 0 0 0.08 0.47
HSL 60º 0.04% 0.51% -
HSV(B) 60º 0.08% 0.53% -
XYZ 22.29 23.93 22.51 -
YUV 133.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 135 135 124 0 0 0.08 0.47 60 0.04 0.51
Hex 87 87 7C 0 0 8 2F 3C 4 33
Octal 207 207 174 0 0 10 57 74 4 63
Binary 10000111 10000111 1111100 0 0 1000 101111 111100 100 110011

Color Harmonies of #87877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87877C

Black with #87877C

Text Example


Text Example

White with #87877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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