Html Css Color HEX #85877B Jumbo

📋 copy color: '#85877B'

red 133 ◦ green 135 ◦ blue 123

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

Shades of Jumbo #85877B

Tints of Jumbo #85877B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

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

R = 34.02%
G = 34.53%
B = 31.46%

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

#85877B (or 0x85877B) is known color: Jumbo. HEX triplet: 85, 87 and 7B. RGB value is (133,135,123). Sum of RGB (Red+Green+Blue) = 133+135+123=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 135 - color contains mainly: green. Hex color #85877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85877B is #7A7884. Grayscale: #858585. Windows color (decimal): -8026245 or 8095621. OLE color: 8095621.

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

Color convert

RGB 133 135 123 -
CMYK 0.01 0 0.09 0.47
HSL 70º 0.05% 0.51% -
HSV(B) 70º 0.09% 0.53% -
XYZ 21.91 23.74 22.17 -
YUV 133.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 133 135 123 0.01 0 0.09 0.47 70 0.05 0.51
Hex 85 87 7B 1 0 9 2F 46 5 33
Octal 205 207 173 1 0 11 57 106 5 63
Binary 10000101 10000111 1111011 1 0 1001 101111 1000110 101 110011

Color Harmonies of #85877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85877B

Black with #85877B

Text Example


Text Example

White with #85877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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