Html Css Color HEX #71736F Gunsmoke

📋 copy color: '#71736F'

red 113 ◦ green 115 ◦ blue 111

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

Shades of Gunsmoke #71736F

Tints of Gunsmoke #71736F

RGB

 RED value IS 113 (44.53% from 255) = 33.33%

 GREEN value IS 115 (45.31% from 255) = 33.92%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 33.33%
G = 33.92%
B = 32.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#71736F (or 0x71736F) is known color: Gunsmoke. HEX triplet: 71, 73 and 6F. RGB value is (113,115,111). Sum of RGB (Red+Green+Blue) = 113+115+111=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 115 - color contains mainly: green. Hex color #71736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736F is #8E8C90. Grayscale: #717171. Windows color (decimal): -9342097 or 7304049. OLE color: 7304049.

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

Color convert

RGB 113 115 111 -
CMYK 0.02 0 0.03 0.55
HSL 90º 0.02% 0.44% -
HSV(B) 90º 0.03% 0.45% -
XYZ 15.81 16.92 17.47 -
YUV 113.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 113 115 111 0.02 0 0.03 0.55 90 0.02 0.44
Hex 71 73 6F 2 0 3 37 5A 2 2C
Octal 161 163 157 2 0 3 67 132 2 54
Binary 1110001 1110011 1101111 10 0 11 110111 1011010 10 101100

Color Harmonies of #71736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71736F

Black with #71736F

Text Example


Text Example

White with #71736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,115,111); }

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

background-color css

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

 a { background-color: rgb(113,115,111); }

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

border-color css

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

 span { border-color: rgb(113,115,111); }

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