Html Css Color HEX #83877F Gunsmoke

📋 copy color: '#83877F'

red 131 ◦ green 135 ◦ blue 127

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

Shades of Gunsmoke #83877F

Tints of Gunsmoke #83877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 33.33%
G = 34.35%
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

#83877F (or 0x83877F) is known color: Gunsmoke. HEX triplet: 83, 87 and 7F. RGB value is (131,135,127). Sum of RGB (Red+Green+Blue) = 131+135+127=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 135 - color contains mainly: green. Hex color #83877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83877F is #7C7880. Grayscale: #848484. Windows color (decimal): -8157313 or 8357763. OLE color: 8357763.

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

Color convert

RGB 131 135 127 -
CMYK 0.03 0 0.06 0.47
HSL 90º 0.03% 0.51% -
HSV(B) 90º 0.06% 0.53% -
XYZ 21.85 23.69 23.5 -
YUV 132.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 131 135 127 0.03 0 0.06 0.47 90 0.03 0.51
Hex 83 87 7F 3 0 6 2F 5A 3 33
Octal 203 207 177 3 0 6 57 132 3 63
Binary 10000011 10000111 1111111 11 0 110 101111 1011010 11 110011

Color Harmonies of #83877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83877F

Black with #83877F

Text Example


Text Example

White with #83877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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