Html Css Color HEX #72756E Gunsmoke

📋 copy color: '#72756E'

red 114 ◦ green 117 ◦ blue 110

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

Shades of Gunsmoke #72756E

Tints of Gunsmoke #72756E

RGB

 RED value IS 114 (44.92% from 255) = 33.43%

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

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

R = 33.43%
G = 34.31%
B = 32.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#72756E (or 0x72756E) is known color: Gunsmoke. HEX triplet: 72, 75 and 6E. RGB value is (114,117,110). Sum of RGB (Red+Green+Blue) = 114+117+110=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 117 - color contains mainly: green. Hex color #72756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72756E is #8D8A91. Grayscale: #737373. Windows color (decimal): -9276050 or 7239026. OLE color: 7239026.

HSL color Cylindrical-coordinate representation of color #72756E: hue angle of 85.71º 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 #72756E is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 110 -
CMYK 0.03 0 0.06 0.54
HSL 85.71º 0.03% 0.45% -
HSV(B) 85.71º 0.06% 0.46% -
XYZ 16.12 17.43 17.27 -
YUV 115.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 114 117 110 0.03 0 0.06 0.54 85.71 0.03 0.45
Hex 72 75 6E 3 0 6 36 56 3 2D
Octal 162 165 156 3 0 6 66 126 3 55
Binary 1110010 1110101 1101110 11 0 110 110110 1010110 11 101101

Color Harmonies of #72756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72756E

Black with #72756E

Text Example


Text Example

White with #72756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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