Html Css Color HEX #84857F Jumbo

📋 copy color: '#84857F'

red 132 ◦ green 133 ◦ blue 127

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

Shades of Jumbo #84857F

Tints of Jumbo #84857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 33.67%
G = 33.93%
B = 32.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84857F (or 0x84857F) is known color: Jumbo. HEX triplet: 84, 85 and 7F. RGB value is (132,133,127). Sum of RGB (Red+Green+Blue) = 132+133+127=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #84857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84857F is #7B7A80. Grayscale: #848484. Windows color (decimal): -8092289 or 8357252. OLE color: 8357252.

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

Color convert

RGB 132 133 127 -
CMYK 0.01 0 0.05 0.48
HSL 70º 0.02% 0.51% -
HSV(B) 70º 0.05% 0.52% -
XYZ 21.73 23.21 23.41 -
YUV 132.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 132 133 127 0.01 0 0.05 0.48 70 0.02 0.51
Hex 84 85 7F 1 0 5 30 46 2 33
Octal 204 205 177 1 0 5 60 106 2 63
Binary 10000100 10000101 1111111 1 0 101 110000 1000110 10 110011

Color Harmonies of #84857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84857F

Black with #84857F

Text Example


Text Example

White with #84857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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