Html Css Color HEX #83867D Gunsmoke

📋 copy color: '#83867D'

red 131 ◦ green 134 ◦ blue 125

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

Shades of Gunsmoke #83867D

Tints of Gunsmoke #83867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 33.59%
G = 34.36%
B = 32.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#83867D (or 0x83867D) is known color: Gunsmoke. HEX triplet: 83, 86 and 7D. RGB value is (131,134,125). Sum of RGB (Red+Green+Blue) = 131+134+125=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #83867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83867D is #7C7982. Grayscale: #848484. Windows color (decimal): -8157571 or 8226435. OLE color: 8226435.

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

Color convert

RGB 131 134 125 -
CMYK 0.02 0 0.07 0.47
HSL 80º 0.04% 0.51% -
HSV(B) 80º 0.07% 0.53% -
XYZ 21.59 23.36 22.77 -
YUV 132.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 131 134 125 0.02 0 0.07 0.47 80 0.04 0.51
Hex 83 86 7D 2 0 7 2F 50 4 33
Octal 203 206 175 2 0 7 57 120 4 63
Binary 10000011 10000110 1111101 10 0 111 101111 1010000 100 110011

Color Harmonies of #83867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83867D

Black with #83867D

Text Example


Text Example

White with #83867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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