Html Css Color HEX #878884 Jumbo

📋 copy color: '#878884'

red 135 ◦ green 136 ◦ blue 132

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

Shades of Jumbo #878884

Tints of Jumbo #878884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.75%

R = 33.5%
G = 33.75%
B = 32.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#878884 (or 0x878884) is known color: Jumbo. HEX triplet: 87, 88 and 84. RGB value is (135,136,132). Sum of RGB (Red+Green+Blue) = 135+136+132=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 136 - color contains mainly: green. Hex color #878884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878884 is #78777B. Grayscale: #878787. Windows color (decimal): -7894908 or 8685703. OLE color: 8685703.

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

Color convert

RGB 135 136 132 -
CMYK 0.01 0 0.03 0.47
HSL 75º 0.02% 0.53% -
HSV(B) 75º 0.03% 0.53% -
XYZ 22.96 24.43 25.33 -
YUV 135.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 135 136 132 0.01 0 0.03 0.47 75 0.02 0.53
Hex 87 88 84 1 0 3 2F 4B 2 35
Octal 207 210 204 1 0 3 57 113 2 65
Binary 10000111 10001000 10000100 1 0 11 101111 1001011 10 110101

Color Harmonies of #878884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878884

Black with #878884

Text Example


Text Example

White with #878884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878884; }

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

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

background-color css

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

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

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

border-color css

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

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

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