Html Css Color HEX #83867F Gunsmoke

📋 copy color: '#83867F'

red 131 ◦ green 134 ◦ blue 127

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

Shades of Gunsmoke #83867F

Tints of Gunsmoke #83867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 33.42%
G = 34.18%
B = 32.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#83867F (or 0x83867F) is known color: Gunsmoke. HEX triplet: 83, 86 and 7F. RGB value is (131,134,127). Sum of RGB (Red+Green+Blue) = 131+134+127=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 134 - color contains mainly: green. Hex color #83867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83867F is #7C7980. Grayscale: #848484. Windows color (decimal): -8157569 or 8357507. OLE color: 8357507.

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

Color convert

RGB 131 134 127 -
CMYK 0.02 0 0.05 0.47
HSL 85.71º 0.03% 0.51% -
HSV(B) 85.71º 0.05% 0.53% -
XYZ 21.72 23.41 23.45 -
YUV 132.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 131 134 127 0.02 0 0.05 0.47 85.71 0.03 0.51
Hex 83 86 7F 2 0 5 2F 56 3 33
Octal 203 206 177 2 0 5 57 126 3 63
Binary 10000011 10000110 1111111 10 0 101 101111 1010110 11 110011

Color Harmonies of #83867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83867F

Black with #83867F

Text Example


Text Example

White with #83867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,134,127); }

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

background-color css

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

 a { background-color: rgb(131,134,127); }

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

border-color css

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

 span { border-color: rgb(131,134,127); }

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