Html Css Color HEX #71756B Gunsmoke

📋 copy color: '#71756B'

red 113 ◦ green 117 ◦ blue 107

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

Shades of Gunsmoke #71756B

Tints of Gunsmoke #71756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 33.53%
G = 34.72%
B = 31.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#71756B (or 0x71756B) is known color: Gunsmoke. HEX triplet: 71, 75 and 6B. RGB value is (113,117,107). Sum of RGB (Red+Green+Blue) = 113+117+107=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 117 - color contains mainly: green. Hex color #71756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71756B is #8E8A94. Grayscale: #727272. Windows color (decimal): -9341589 or 7042417. OLE color: 7042417.

HSL color Cylindrical-coordinate representation of color #71756B: hue angle of 84º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71756B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 107 -
CMYK 0.03 0 0.09 0.54
HSL 84º 0.04% 0.44% -
HSV(B) 84º 0.09% 0.46% -
XYZ 15.83 17.29 16.41 -
YUV 114.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 113 117 107 0.03 0 0.09 0.54 84 0.04 0.44
Hex 71 75 6B 3 0 9 36 54 4 2C
Octal 161 165 153 3 0 11 66 124 4 54
Binary 1110001 1110101 1101011 11 0 1001 110110 1010100 100 101100

Color Harmonies of #71756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71756B

Black with #71756B

Text Example


Text Example

White with #71756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71756B; }

 p { color: rgb(113,117,107); }

 H1.HeaderClassName
 {
   color: #71756B;
 }
 .AnyTagClassName
 {
   color: #71756B;
 }
</style>

background-color css

<style>
 a { background-color: #71756B; }

 a { background-color: rgb(113,117,107); }

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

border-color css

<style>
 span { border-color: #71756B; }

 span { border-color: rgb(113,117,107); }

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