Html Css Color HEX #83887D Gunsmoke

📋 copy color: '#83887D'

red 131 ◦ green 136 ◦ blue 125

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

Shades of Gunsmoke #83887D

Tints of Gunsmoke #83887D

RGB

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

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

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

R = 33.42%
G = 34.69%
B = 31.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#83887D (or 0x83887D) is known color: Gunsmoke. HEX triplet: 83, 88 and 7D. RGB value is (131,136,125). Sum of RGB (Red+Green+Blue) = 131+136+125=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #83887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887D is #7C7782. Grayscale: #858585. Windows color (decimal): -8157059 or 8226947. OLE color: 8226947.

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

Color convert

RGB 131 136 125 -
CMYK 0.04 0 0.08 0.47
HSL 87.27º 0.04% 0.51% -
HSV(B) 87.27º 0.08% 0.53% -
XYZ 21.87 23.91 22.87 -
YUV 133.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 131 136 125 0.04 0 0.08 0.47 87.27 0.04 0.51
Hex 83 88 7D 4 0 8 2F 57 4 33
Octal 203 210 175 4 0 10 57 127 4 63
Binary 10000011 10001000 1111101 100 0 1000 101111 1010111 100 110011

Color Harmonies of #83887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83887D

Black with #83887D

Text Example


Text Example

White with #83887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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