Html Css Color HEX #727667 Gunsmoke

📋 copy color: '#727667'

red 114 ◦ green 118 ◦ blue 103

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

Shades of Gunsmoke #727667

Tints of Gunsmoke #727667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 34.03%
G = 35.22%
B = 30.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#727667 (or 0x727667) is known color: Gunsmoke. HEX triplet: 72, 76 and 67. RGB value is (114,118,103). Sum of RGB (Red+Green+Blue) = 114+118+103=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #727667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727667 is #8D8998. Grayscale: #737373. Windows color (decimal): -9275801 or 6780530. OLE color: 6780530.

HSL color Cylindrical-coordinate representation of color #727667: hue angle of 76º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #727667 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 103 -
CMYK 0.03 0 0.13 0.54
HSL 76º 0.07% 0.43% -
HSV(B) 76º 0.13% 0.46% -
XYZ 15.87 17.51 15.38 -
YUV 115.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 114 118 103 0.03 0 0.13 0.54 76 0.07 0.43
Hex 72 76 67 3 0 D 36 4C 7 2B
Octal 162 166 147 3 0 15 66 114 7 53
Binary 1110010 1110110 1100111 11 0 1101 110110 1001100 111 101011

Color Harmonies of #727667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727667

Black with #727667

Text Example


Text Example

White with #727667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727667; }

 p { color: rgb(114,118,103); }

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

background-color css

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

 a { background-color: rgb(114,118,103); }

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

border-color css

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

 span { border-color: rgb(114,118,103); }

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