Html Css Color HEX #85867B Jumbo

📋 copy color: '#85867B'

red 133 ◦ green 134 ◦ blue 123

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

Shades of Jumbo #85867B

Tints of Jumbo #85867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 34.1%
G = 34.36%
B = 31.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#85867B (or 0x85867B) is known color: Jumbo. HEX triplet: 85, 86 and 7B. RGB value is (133,134,123). Sum of RGB (Red+Green+Blue) = 133+134+123=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #85867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85867B is #7A7984. Grayscale: #848484. Windows color (decimal): -8026501 or 8095365. OLE color: 8095365.

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

Color convert

RGB 133 134 123 -
CMYK 0.01 0 0.08 0.47
HSL 65.45º 0.04% 0.5% -
HSV(B) 65.45º 0.08% 0.53% -
XYZ 21.77 23.47 22.12 -
YUV 132.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 133 134 123 0.01 0 0.08 0.47 65.45 0.04 0.5
Hex 85 86 7B 1 0 8 2F 41 4 32
Octal 205 206 173 1 0 10 57 101 4 62
Binary 10000101 10000110 1111011 1 0 1000 101111 1000001 100 110010

Color Harmonies of #85867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85867B

Black with #85867B

Text Example


Text Example

White with #85867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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