Html Css Color HEX #838580 Gunsmoke

📋 copy color: '#838580'

red 131 ◦ green 133 ◦ blue 128

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

Shades of Gunsmoke #838580

Tints of Gunsmoke #838580

RGB

 RED value IS 131 (51.56% from 255) = 33.42%

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

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

R = 33.42%
G = 33.93%
B = 32.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#838580 (or 0x838580) is known color: Gunsmoke. HEX triplet: 83, 85 and 80. RGB value is (131,133,128). Sum of RGB (Red+Green+Blue) = 131+133+128=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #838580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838580 is #7C7A7F. Grayscale: #838383. Windows color (decimal): -8157824 or 8422787. OLE color: 8422787.

HSL color Cylindrical-coordinate representation of color #838580: hue angle of 84º 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 #838580 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 128 -
CMYK 0.02 0 0.04 0.48
HSL 84º 0.02% 0.51% -
HSV(B) 84º 0.04% 0.52% -
XYZ 21.64 23.16 23.75 -
YUV 131.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 131 133 128 0.02 0 0.04 0.48 84 0.02 0.51
Hex 83 85 80 2 0 4 30 54 2 33
Octal 203 205 200 2 0 4 60 124 2 63
Binary 10000011 10000101 10000000 10 0 100 110000 1010100 10 110011

Color Harmonies of #838580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838580

Black with #838580

Text Example


Text Example

White with #838580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838580; }

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

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

background-color css

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

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

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

border-color css

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

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

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