Html Css Color HEX #84857A Jumbo

📋 copy color: '#84857A'

red 132 ◦ green 133 ◦ blue 122

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

Shades of Jumbo #84857A

Tints of Jumbo #84857A

RGB

 RED value IS 132 (51.95% from 255) = 34.11%

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

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

R = 34.11%
G = 34.37%
B = 31.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84857A (or 0x84857A) is known color: Jumbo. HEX triplet: 84, 85 and 7A. RGB value is (132,133,122). Sum of RGB (Red+Green+Blue) = 132+133+122=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #84857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84857A is #7B7A85. Grayscale: #838383. Windows color (decimal): -8092294 or 8029572. OLE color: 8029572.

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

Color convert

RGB 132 133 122 -
CMYK 0.01 0 0.08 0.48
HSL 65.45º 0.04% 0.5% -
HSV(B) 65.45º 0.08% 0.52% -
XYZ 21.42 23.09 21.74 -
YUV 131.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 132 133 122 0.01 0 0.08 0.48 65.45 0.04 0.5
Hex 84 85 7A 1 0 8 30 41 4 32
Octal 204 205 172 1 0 10 60 101 4 62
Binary 10000100 10000101 1111010 1 0 1000 110000 1000001 100 110010

Color Harmonies of #84857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84857A

Black with #84857A

Text Example


Text Example

White with #84857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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