Html Css Color HEX #727370 Gunsmoke

📋 copy color: '#727370'

red 114 ◦ green 115 ◦ blue 112

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

Shades of Gunsmoke #727370

Tints of Gunsmoke #727370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 33.43%
G = 33.72%
B = 32.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#727370 (or 0x727370) is known color: Gunsmoke. HEX triplet: 72, 73 and 70. RGB value is (114,115,112). Sum of RGB (Red+Green+Blue) = 114+115+112=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 115 - color contains mainly: green. Hex color #727370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727370 is #8D8C8F. Grayscale: #727272. Windows color (decimal): -9276560 or 7369586. OLE color: 7369586.

HSL color Cylindrical-coordinate representation of color #727370: hue angle of 80º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #727370 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 115 112 -
CMYK 0.01 0 0.03 0.55
HSL 80º 0.01% 0.45% -
HSV(B) 80º 0.03% 0.45% -
XYZ 15.99 17.01 17.77 -
YUV 114.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 114 115 112 0.01 0 0.03 0.55 80 0.01 0.45
Hex 72 73 70 1 0 3 37 50 1 2D
Octal 162 163 160 1 0 3 67 120 1 55
Binary 1110010 1110011 1110000 1 0 11 110111 1010000 1 101101

Color Harmonies of #727370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727370

Black with #727370

Text Example


Text Example

White with #727370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727370; }

 p { color: rgb(114,115,112); }

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

background-color css

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

 a { background-color: rgb(114,115,112); }

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

border-color css

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

 span { border-color: rgb(114,115,112); }

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