Html Css Color HEX #87877F Jumbo

📋 copy color: '#87877F'

red 135 ◦ green 135 ◦ blue 127

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

Shades of Jumbo #87877F

Tints of Jumbo #87877F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 34.01%
G = 34.01%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87877F (or 0x87877F) is known color: Jumbo. HEX triplet: 87, 87 and 7F. RGB value is (135,135,127). Sum of RGB (Red+Green+Blue) = 135+135+127=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87877F is #787880. Grayscale: #868686. Windows color (decimal): -7895169 or 8357767. OLE color: 8357767.

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

Color convert

RGB 135 135 127 -
CMYK 0 0 0.06 0.47
HSL 60º 0.03% 0.51% -
HSV(B) 60º 0.06% 0.53% -
XYZ 22.49 24.01 23.53 -
YUV 134.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 135 135 127 0 0 0.06 0.47 60 0.03 0.51
Hex 87 87 7F 0 0 6 2F 3C 3 33
Octal 207 207 177 0 0 6 57 74 3 63
Binary 10000111 10000111 1111111 0 0 110 101111 111100 11 110011

Color Harmonies of #87877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87877F

Black with #87877F

Text Example


Text Example

White with #87877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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