Html Css Color HEX #73756E Gunsmoke

📋 copy color: '#73756E'

red 115 ◦ green 117 ◦ blue 110

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

Shades of Gunsmoke #73756E

Tints of Gunsmoke #73756E

RGB

 RED value IS 115 (45.31% from 255) = 33.63%

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 33.63%
G = 34.21%
B = 32.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#73756E (or 0x73756E) is known color: Gunsmoke. HEX triplet: 73, 75 and 6E. RGB value is (115,117,110). Sum of RGB (Red+Green+Blue) = 115+117+110=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 117 - color contains mainly: green. Hex color #73756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73756E is #8C8A91. Grayscale: #737373. Windows color (decimal): -9210514 or 7239027. OLE color: 7239027.

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

Color convert

RGB 115 117 110 -
CMYK 0.02 0 0.06 0.54
HSL 77.14º 0.03% 0.45% -
HSV(B) 77.14º 0.06% 0.46% -
XYZ 16.25 17.49 17.27 -
YUV 115.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 115 117 110 0.02 0 0.06 0.54 77.14 0.03 0.45
Hex 73 75 6E 2 0 6 36 4D 3 2D
Octal 163 165 156 2 0 6 66 115 3 55
Binary 1110011 1110101 1101110 10 0 110 110110 1001101 11 101101

Color Harmonies of #73756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73756E

Black with #73756E

Text Example


Text Example

White with #73756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73756E; }

 p { color: rgb(115,117,110); }

 H1.HeaderClassName
 {
   color: #73756E;
 }
 .AnyTagClassName
 {
   color: #73756E;
 }
</style>

background-color css

<style>
 a { background-color: #73756E; }

 a { background-color: rgb(115,117,110); }

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

border-color css

<style>
 span { border-color: #73756E; }

 span { border-color: rgb(115,117,110); }

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