Html Css Color HEX #878783 Jumbo

📋 copy color: '#878783'

red 135 ◦ green 135 ◦ blue 131

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

Shades of Jumbo #878783

Tints of Jumbo #878783

RGB

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

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

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

R = 33.67%
G = 33.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#878783 (or 0x878783) is known color: Jumbo. HEX triplet: 87, 87 and 83. RGB value is (135,135,131). Sum of RGB (Red+Green+Blue) = 135+135+131=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878783 is #78787C. Grayscale: #868686. Windows color (decimal): -7895165 or 8619911. OLE color: 8619911.

HSL color Cylindrical-coordinate representation of color #878783: 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.03%. Process color model (Four color, CMYK) of #878783 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 135 131 -
CMYK 0 0 0.03 0.47
HSL 60º 0.02% 0.52% -
HSV(B) 60º 0.03% 0.53% -
XYZ 22.75 24.12 24.93 -
YUV 134.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 135 135 131 0 0 0.03 0.47 60 0.02 0.52
Hex 87 87 83 0 0 3 2F 3C 2 34
Octal 207 207 203 0 0 3 57 74 2 64
Binary 10000111 10000111 10000011 0 0 11 101111 111100 10 110100

Color Harmonies of #878783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878783

Black with #878783

Text Example


Text Example

White with #878783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878783; }

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

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

background-color css

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

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

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

border-color css

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

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

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