#727767

Color #727767 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #727767

Tints of Gunsmoke #727767

Color information

#727767 (or 0x727767) is unknown color: approx Gunsmoke. HEX triplet: 72, 77 and 67. RGB value is (114,119,103). Sum of RGB (Red+Green+Blue) = 114+119+103=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #727767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727767 is #8D8898. Grayscale: #737373. Windows color (decimal): -9275545 or 6780786. OLE color: 6780786.

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

Color convert

RGB114119103-
CMYK0.0400.130.53
HSL78.75º7.21%43.53%-
HSV(B)78.75º13.45%46.67%-
XYZ15.9817.7515.42-
YUV115.68120.84126.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=33.93%
G=35.42%
B=30.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191030.0400.130.5378.757.2143.53
Hex72776740D354f72c
Octal162167147401565117754
Binary111001011101111100111100011011101011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727767; }

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

 H1.HeaderClassName
 {
   color: #727767;
 }
 .AnyTagClassName
 {
   color: #727767;
 }
</style>
background-color css

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

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

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

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

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

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