Html Css Color HEX #727569 Gunsmoke

📋 copy color: '#727569'

red 114 ◦ green 117 ◦ blue 105

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

Shades of Gunsmoke #727569

Tints of Gunsmoke #727569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

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

R = 33.93%
G = 34.82%
B = 31.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#727569 (or 0x727569) is known color: Gunsmoke. HEX triplet: 72, 75 and 69. RGB value is (114,117,105). Sum of RGB (Red+Green+Blue) = 114+117+105=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 117 - color contains mainly: green. Hex color #727569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727569 is #8D8A96. Grayscale: #727272. Windows color (decimal): -9276055 or 6911346. OLE color: 6911346.

HSL color Cylindrical-coordinate representation of color #727569: hue angle of 75º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #727569 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 105 -
CMYK 0.03 0 0.10 0.54
HSL 75º 0.05% 0.44% -
HSV(B) 75º 0.1% 0.46% -
XYZ 15.85 17.32 15.87 -
YUV 114.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 114 117 105 0.03 0 0.10 0.54 75 0.05 0.44
Hex 72 75 69 3 0 A 36 4B 5 2C
Octal 162 165 151 3 0 12 66 113 5 54
Binary 1110010 1110101 1101001 11 0 1010 110110 1001011 101 101100

Color Harmonies of #727569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727569

Black with #727569

Text Example


Text Example

White with #727569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727569; }

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

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

background-color css

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

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

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

border-color css

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

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

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