Html Css Color HEX #848580 Jumbo

📋 copy color: '#848580'

red 132 ◦ green 133 ◦ blue 128

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

Shades of Jumbo #848580

Tints of Jumbo #848580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 33.59%
G = 33.84%
B = 32.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#848580 (or 0x848580) is known color: Jumbo. HEX triplet: 84, 85 and 80. RGB value is (132,133,128). Sum of RGB (Red+Green+Blue) = 132+133+128=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 133 - color contains mainly: green. Hex color #848580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848580 is #7B7A7F. Grayscale: #848484. Windows color (decimal): -8092288 or 8422788. OLE color: 8422788.

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

Color convert

RGB 132 133 128 -
CMYK 0.01 0 0.04 0.48
HSL 72º 0.02% 0.51% -
HSV(B) 72º 0.04% 0.52% -
XYZ 21.8 23.24 23.76 -
YUV 132.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 132 133 128 0.01 0 0.04 0.48 72 0.02 0.51
Hex 84 85 80 1 0 4 30 48 2 33
Octal 204 205 200 1 0 4 60 110 2 63
Binary 10000100 10000101 10000000 1 0 100 110000 1001000 10 110011

Color Harmonies of #848580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848580

Black with #848580

Text Example


Text Example

White with #848580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848580; }

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

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

background-color css

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

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

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

border-color css

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

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

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