Html Css Color HEX #85857C Jumbo

📋 copy color: '#85857C'

red 133 ◦ green 133 ◦ blue 124

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

Shades of Jumbo #85857C

Tints of Jumbo #85857C

RGB

 RED value IS 133 (52.34% from 255) = 34.1%

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 34.1%
G = 34.1%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85857C (or 0x85857C) is known color: Jumbo. HEX triplet: 85, 85 and 7C. RGB value is (133,133,124). Sum of RGB (Red+Green+Blue) = 133+133+124=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85857C is #7A7A83. Grayscale: #848484. Windows color (decimal): -8026756 or 8160645. OLE color: 8160645.

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

Color convert

RGB 133 133 124 -
CMYK 0 0 0.07 0.48
HSL 60º 0.04% 0.5% -
HSV(B) 60º 0.07% 0.52% -
XYZ 21.7 23.22 22.41 -
YUV 131.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 133 133 124 0 0 0.07 0.48 60 0.04 0.5
Hex 85 85 7C 0 0 7 30 3C 4 32
Octal 205 205 174 0 0 7 60 74 4 62
Binary 10000101 10000101 1111100 0 0 111 110000 111100 100 110010

Color Harmonies of #85857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85857C

Black with #85857C

Text Example


Text Example

White with #85857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85857C; }

 p { color: rgb(133,133,124); }

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

background-color css

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

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

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

border-color css

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

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

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