Html Css Color HEX #878781 Jumbo

📋 copy color: '#878781'

red 135 ◦ green 135 ◦ blue 129

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

Shades of Jumbo #878781

Tints of Jumbo #878781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 33.83%
G = 33.83%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#878781 (or 0x878781) is known color: Jumbo. HEX triplet: 87, 87 and 81. RGB value is (135,135,129). Sum of RGB (Red+Green+Blue) = 135+135+129=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878781 is #78787E. Grayscale: #868686. Windows color (decimal): -7895167 or 8488839. OLE color: 8488839.

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

Color convert

RGB 135 135 129 -
CMYK 0 0 0.04 0.47
HSL 60º 0.02% 0.52% -
HSV(B) 60º 0.04% 0.53% -
XYZ 22.62 24.06 24.22 -
YUV 134.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 135 135 129 0 0 0.04 0.47 60 0.02 0.52
Hex 87 87 81 0 0 4 2F 3C 2 34
Octal 207 207 201 0 0 4 57 74 2 64
Binary 10000111 10000111 10000001 0 0 100 101111 111100 10 110100

Color Harmonies of #878781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878781

Black with #878781

Text Example


Text Example

White with #878781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878781; }

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

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

background-color css

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

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

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

border-color css

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

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

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