Html Css Color HEX #727769 Gunsmoke

📋 copy color: '#727769'

red 114 ◦ green 119 ◦ blue 105

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

Shades of Gunsmoke #727769

Tints of Gunsmoke #727769

RGB

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

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

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

R = 33.73%
G = 35.21%
B = 31.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#727769 (or 0x727769) is known color: Gunsmoke. HEX triplet: 72, 77 and 69. RGB value is (114,119,105). Sum of RGB (Red+Green+Blue) = 114+119+105=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #727769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727769 is #8D8896. Grayscale: #737373. Windows color (decimal): -9275543 or 6911858. OLE color: 6911858.

HSL color Cylindrical-coordinate representation of color #727769: hue angle of 81.43º degrees, saturation: 0.06, 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 #727769 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 105 -
CMYK 0.04 0 0.12 0.53
HSL 81.43º 0.06% 0.44% -
HSV(B) 81.43º 0.12% 0.47% -
XYZ 16.09 17.79 15.95 -
YUV 115.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 114 119 105 0.04 0 0.12 0.53 81.43 0.06 0.44
Hex 72 77 69 4 0 C 35 51 6 2C
Octal 162 167 151 4 0 14 65 121 6 54
Binary 1110010 1110111 1101001 100 0 1100 110101 1010001 110 101100

Color Harmonies of #727769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727769

Black with #727769

Text Example


Text Example

White with #727769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727769; }

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

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

background-color css

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

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

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

border-color css

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

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

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