Html Css Color HEX #85857D Jumbo

📋 copy color: '#85857D'

red 133 ◦ green 133 ◦ blue 125

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

Shades of Jumbo #85857D

Tints of Jumbo #85857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 34.02%
G = 34.02%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85857D (or 0x85857D) is known color: Jumbo. HEX triplet: 85, 85 and 7D. RGB value is (133,133,125). Sum of RGB (Red+Green+Blue) = 133+133+125=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85857D is #7A7A82. Grayscale: #848484. Windows color (decimal): -8026755 or 8226181. OLE color: 8226181.

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

Color convert

RGB 133 133 125 -
CMYK 0 0 0.06 0.48
HSL 60º 0.03% 0.51% -
HSV(B) 60º 0.06% 0.52% -
XYZ 21.76 23.24 22.74 -
YUV 132.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 133 133 125 0 0 0.06 0.48 60 0.03 0.51
Hex 85 85 7D 0 0 6 30 3C 3 33
Octal 205 205 175 0 0 6 60 74 3 63
Binary 10000101 10000101 1111101 0 0 110 110000 111100 11 110011

Color Harmonies of #85857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85857D

Black with #85857D

Text Example


Text Example

White with #85857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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