Html Css Color HEX #727869 Gunsmoke

📋 copy color: '#727869'

red 114 ◦ green 120 ◦ blue 105

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

Shades of Gunsmoke #727869

Tints of Gunsmoke #727869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 33.63%
G = 35.4%
B = 30.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#727869 (or 0x727869) is known color: Gunsmoke. HEX triplet: 72, 78 and 69. RGB value is (114,120,105). Sum of RGB (Red+Green+Blue) = 114+120+105=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #727869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727869 is #8D8796. Grayscale: #747474. Windows color (decimal): -9275287 or 6912114. OLE color: 6912114.

HSL color Cylindrical-coordinate representation of color #727869: hue angle of 84º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727869 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 120 105 -
CMYK 0.05 0 0.13 0.53
HSL 84º 0.07% 0.44% -
HSV(B) 84º 0.13% 0.47% -
XYZ 16.21 18.03 15.99 -
YUV 116.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 114 120 105 0.05 0 0.13 0.53 84 0.07 0.44
Hex 72 78 69 5 0 D 35 54 7 2C
Octal 162 170 151 5 0 15 65 124 7 54
Binary 1110010 1111000 1101001 101 0 1101 110101 1010100 111 101100

Color Harmonies of #727869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727869

Black with #727869

Text Example


Text Example

White with #727869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727869; }

 p { color: rgb(114,120,105); }

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

background-color css

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

 a { background-color: rgb(114,120,105); }

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

border-color css

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

 span { border-color: rgb(114,120,105); }

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