Html Css Color HEX #848880 Gunsmoke

📋 copy color: '#848880'

red 132 ◦ green 136 ◦ blue 128

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

Shades of Gunsmoke #848880

Tints of Gunsmoke #848880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 33.33%
G = 34.34%
B = 32.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#848880 (or 0x848880) is known color: Gunsmoke. HEX triplet: 84, 88 and 80. RGB value is (132,136,128). Sum of RGB (Red+Green+Blue) = 132+136+128=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #848880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848880 is #7B777F. Grayscale: #858585. Windows color (decimal): -8091520 or 8423556. OLE color: 8423556.

HSL color Cylindrical-coordinate representation of color #848880: hue angle of 90º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848880 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 136 128 -
CMYK 0.03 0 0.06 0.47
HSL 90º 0.03% 0.52% -
HSV(B) 90º 0.06% 0.53% -
XYZ 22.22 24.07 23.9 -
YUV 133.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 132 136 128 0.03 0 0.06 0.47 90 0.03 0.52
Hex 84 88 80 3 0 6 2F 5A 3 34
Octal 204 210 200 3 0 6 57 132 3 64
Binary 10000100 10001000 10000000 11 0 110 101111 1011010 11 110100

Color Harmonies of #848880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848880

Black with #848880

Text Example


Text Example

White with #848880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848880; }

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

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

background-color css

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

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

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

border-color css

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

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

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