Html Css Color HEX #72746B Gunsmoke

📋 copy color: '#72746B'

red 114 ◦ green 116 ◦ blue 107

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

Shades of Gunsmoke #72746B

Tints of Gunsmoke #72746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 33.83%
G = 34.42%
B = 31.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#72746B (or 0x72746B) is known color: Gunsmoke. HEX triplet: 72, 74 and 6B. RGB value is (114,116,107). Sum of RGB (Red+Green+Blue) = 114+116+107=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #72746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72746B is #8D8B94. Grayscale: #727272. Windows color (decimal): -9276309 or 7042162. OLE color: 7042162.

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

Color convert

RGB 114 116 107 -
CMYK 0.02 0 0.08 0.55
HSL 73.33º 0.04% 0.44% -
HSV(B) 73.33º 0.08% 0.45% -
XYZ 15.84 17.13 16.38 -
YUV 114.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 114 116 107 0.02 0 0.08 0.55 73.33 0.04 0.44
Hex 72 74 6B 2 0 8 37 49 4 2C
Octal 162 164 153 2 0 10 67 111 4 54
Binary 1110010 1110100 1101011 10 0 1000 110111 1001001 100 101100

Color Harmonies of #72746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72746B

Black with #72746B

Text Example


Text Example

White with #72746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,116,107); }

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

background-color css

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

 a { background-color: rgb(114,116,107); }

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

border-color css

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

 span { border-color: rgb(114,116,107); }

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