Html Css Color HEX #72756A Gunsmoke

📋 copy color: '#72756A'

red 114 ◦ green 117 ◦ blue 106

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

Shades of Gunsmoke #72756A

Tints of Gunsmoke #72756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 33.83%
G = 34.72%
B = 31.45%

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

#72756A (or 0x72756A) is known color: Gunsmoke. HEX triplet: 72, 75 and 6A. RGB value is (114,117,106). Sum of RGB (Red+Green+Blue) = 114+117+106=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 117 - color contains mainly: green. Hex color #72756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72756A is #8D8A95. Grayscale: #727272. Windows color (decimal): -9276054 or 6976882. OLE color: 6976882.

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

Color convert

RGB 114 117 106 -
CMYK 0.03 0 0.09 0.54
HSL 76.36º 0.05% 0.44% -
HSV(B) 76.36º 0.09% 0.46% -
XYZ 15.9 17.34 16.14 -
YUV 114.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 114 117 106 0.03 0 0.09 0.54 76.36 0.05 0.44
Hex 72 75 6A 3 0 9 36 4C 5 2C
Octal 162 165 152 3 0 11 66 114 5 54
Binary 1110010 1110101 1101010 11 0 1001 110110 1001100 101 101100

Color Harmonies of #72756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72756A

Black with #72756A

Text Example


Text Example

White with #72756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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