#85877D

Color #85877D Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #85877D

Tints of Jumbo #85877D

Color information

#85877D (or 0x85877D) is unknown color: approx Jumbo. HEX triplet: 85, 87 and 7D. RGB value is (133,135,125). Sum of RGB (Red+Green+Blue) = 133+135+125=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 135 - color contains mainly: green. Hex color #85877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85877D is #7A7882. Grayscale: #858585. Windows color (decimal): -8026243 or 8226693. OLE color: 8226693.

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

Color convert

RGB133135125-
CMYK0.0100.070.47
HSL72º4%50.98%-
HSV(B)72º7.41%52.94%-
XYZ22.0423.822.83-
YUV133.26123.34127.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=33.84%
G=34.35%
B=31.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331351250.0100.070.4772450.98
Hex85877D1072F48433
Octal20520717510757110463
Binary10000101100001111111101101111011111001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85877D; }

 p { color: rgb(133,135,125); }

 H1.HeaderClassName
 {
   color: #85877D;
 }
 .AnyTagClassName
 {
   color: #85877D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #85877D;
 }
 .BgClassName
 {
   background-color: #85877D;
 }
</style>
border-color css

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

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

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