Html Css Color HEX #72776A Gunsmoke

📋 copy color: '#72776A'

red 114 ◦ green 119 ◦ blue 106

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

Shades of Gunsmoke #72776A

Tints of Gunsmoke #72776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 33.63%
G = 35.1%
B = 31.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#72776A (or 0x72776A) is known color: Gunsmoke. HEX triplet: 72, 77 and 6A. RGB value is (114,119,106). Sum of RGB (Red+Green+Blue) = 114+119+106=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #72776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72776A is #8D8895. Grayscale: #747474. Windows color (decimal): -9275542 or 6977394. OLE color: 6977394.

HSL color Cylindrical-coordinate representation of color #72776A: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #72776A is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 106 -
CMYK 0.04 0 0.11 0.53
HSL 83.08º 0.06% 0.44% -
HSV(B) 83.08º 0.11% 0.47% -
XYZ 16.14 17.81 16.22 -
YUV 116.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 114 119 106 0.04 0 0.11 0.53 83.08 0.06 0.44
Hex 72 77 6A 4 0 B 35 53 6 2C
Octal 162 167 152 4 0 13 65 123 6 54
Binary 1110010 1110111 1101010 100 0 1011 110101 1010011 110 101100

Color Harmonies of #72776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72776A

Black with #72776A

Text Example


Text Example

White with #72776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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