Html Css Color HEX #87867C Jumbo

📋 copy color: '#87867C'

red 135 ◦ green 134 ◦ blue 124

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

Shades of Jumbo #87867C

Tints of Jumbo #87867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 34.35%
G = 34.1%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87867C (or 0x87867C) is known color: Jumbo. HEX triplet: 87, 86 and 7C. RGB value is (135,134,124). Sum of RGB (Red+Green+Blue) = 135+134+124=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 135 - color contains mainly: red. Hex color #87867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87867C is #787983. Grayscale: #858585. Windows color (decimal): -7895428 or 8160903. OLE color: 8160903.

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

Color convert

RGB 135 134 124 -
CMYK 0 0.01 0.08 0.47
HSL 54.55º 0.04% 0.51% -
HSV(B) 54.55º 0.08% 0.53% -
XYZ 22.15 23.66 22.47 -
YUV 133.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 135 134 124 0 0.01 0.08 0.47 54.55 0.04 0.51
Hex 87 86 7C 0 1 8 2F 37 4 33
Octal 207 206 174 0 1 10 57 67 4 63
Binary 10000111 10000110 1111100 0 1 1000 101111 110111 100 110011

Color Harmonies of #87867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87867C

Black with #87867C

Text Example


Text Example

White with #87867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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