Html Css Color HEX #71736C Gunsmoke

📋 copy color: '#71736C'

red 113 ◦ green 115 ◦ blue 108

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

Shades of Gunsmoke #71736C

Tints of Gunsmoke #71736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 33.63%
G = 34.23%
B = 32.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#71736C (or 0x71736C) is known color: Gunsmoke. HEX triplet: 71, 73 and 6C. RGB value is (113,115,108). Sum of RGB (Red+Green+Blue) = 113+115+108=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 115 - color contains mainly: green. Hex color #71736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71736C is #8E8C93. Grayscale: #717171. Windows color (decimal): -9342100 or 7107441. OLE color: 7107441.

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

Color convert

RGB 113 115 108 -
CMYK 0.02 0 0.06 0.55
HSL 77.14º 0.03% 0.44% -
HSV(B) 77.14º 0.06% 0.45% -
XYZ 15.65 16.85 16.62 -
YUV 113.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 113 115 108 0.02 0 0.06 0.55 77.14 0.03 0.44
Hex 71 73 6C 2 0 6 37 4D 3 2C
Octal 161 163 154 2 0 6 67 115 3 54
Binary 1110001 1110011 1101100 10 0 110 110111 1001101 11 101100

Color Harmonies of #71736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71736C

Black with #71736C

Text Example


Text Example

White with #71736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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