Html Css Color HEX #85867A Jumbo

📋 copy color: '#85867A'

red 133 ◦ green 134 ◦ blue 122

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

Shades of Jumbo #85867A

Tints of Jumbo #85867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 34.19%
G = 34.45%
B = 31.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#85867A (or 0x85867A) is known color: Jumbo. HEX triplet: 85, 86 and 7A. RGB value is (133,134,122). Sum of RGB (Red+Green+Blue) = 133+134+122=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #85867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85867A is #7A7985. Grayscale: #848484. Windows color (decimal): -8026502 or 8029829. OLE color: 8029829.

HSL color Cylindrical-coordinate representation of color #85867A: hue angle of 65º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85867A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 122 -
CMYK 0.01 0 0.09 0.47
HSL 65º 0.05% 0.5% -
HSV(B) 65º 0.09% 0.53% -
XYZ 21.71 23.44 21.79 -
YUV 132.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 133 134 122 0.01 0 0.09 0.47 65 0.05 0.5
Hex 85 86 7A 1 0 9 2F 41 5 32
Octal 205 206 172 1 0 11 57 101 5 62
Binary 10000101 10000110 1111010 1 0 1001 101111 1000001 101 110010

Color Harmonies of #85867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85867A

Black with #85867A

Text Example


Text Example

White with #85867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85867A; }

 p { color: rgb(133,134,122); }

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

background-color css

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

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

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

border-color css

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

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

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