Html Css Color HEX #87887D Jumbo

📋 copy color: '#87887D'

red 135 ◦ green 136 ◦ blue 125

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

Shades of Jumbo #87887D

Tints of Jumbo #87887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 34.09%
G = 34.34%
B = 31.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87887D (or 0x87887D) is known color: Jumbo. HEX triplet: 87, 88 and 7D. RGB value is (135,136,125). Sum of RGB (Red+Green+Blue) = 135+136+125=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #87887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87887D is #787782. Grayscale: #868686. Windows color (decimal): -7894915 or 8226951. OLE color: 8226951.

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

Color convert

RGB 135 136 125 -
CMYK 0.01 0 0.08 0.47
HSL 65.45º 0.04% 0.51% -
HSV(B) 65.45º 0.08% 0.53% -
XYZ 22.5 24.24 22.9 -
YUV 134.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 135 136 125 0.01 0 0.08 0.47 65.45 0.04 0.51
Hex 87 88 7D 1 0 8 2F 41 4 33
Octal 207 210 175 1 0 10 57 101 4 63
Binary 10000111 10001000 1111101 1 0 1000 101111 1000001 100 110011

Color Harmonies of #87887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87887D

Black with #87887D

Text Example


Text Example

White with #87887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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