Html Css Color HEX #878883 Jumbo

📋 copy color: '#878883'

red 135 ◦ green 136 ◦ blue 131

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

Shades of Jumbo #878883

Tints of Jumbo #878883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.59%

R = 33.58%
G = 33.83%
B = 32.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#878883 (or 0x878883) is known color: Jumbo. HEX triplet: 87, 88 and 83. RGB value is (135,136,131). Sum of RGB (Red+Green+Blue) = 135+136+131=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 136 - color contains mainly: green. Hex color #878883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878883 is #78777C. Grayscale: #878787. Windows color (decimal): -7894909 or 8620167. OLE color: 8620167.

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

Color convert

RGB 135 136 131 -
CMYK 0.01 0 0.04 0.47
HSL 72º 0.02% 0.52% -
HSV(B) 72º 0.04% 0.53% -
XYZ 22.89 24.4 24.98 -
YUV 135.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 135 136 131 0.01 0 0.04 0.47 72 0.02 0.52
Hex 87 88 83 1 0 4 2F 48 2 34
Octal 207 210 203 1 0 4 57 110 2 64
Binary 10000111 10001000 10000011 1 0 100 101111 1001000 10 110100

Color Harmonies of #878883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878883

Black with #878883

Text Example


Text Example

White with #878883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878883; }

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

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

background-color css

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

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

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

border-color css

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

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

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