Html Css Color HEX #727767 Gunsmoke

📋 copy color: '#727767'

red 114 ◦ green 119 ◦ blue 103

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

Shades of Gunsmoke #727767

Tints of Gunsmoke #727767

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.63% from 255) = 30.65%

R = 33.93%
G = 35.42%
B = 30.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#727767 (or 0x727767) is known color: 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

RGB 114 119 103 -
CMYK 0.04 0 0.13 0.53
HSL 78.75º 0.07% 0.44% -
HSV(B) 78.75º 0.13% 0.47% -
XYZ 15.98 17.75 15.42 -
YUV 115.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 114 119 103 0.04 0 0.13 0.53 78.75 0.07 0.44
Hex 72 77 67 4 0 D 35 4F 7 2C
Octal 162 167 147 4 0 15 65 117 7 54
Binary 1110010 1110111 1100111 100 0 1101 110101 1001111 111 101100

Color Harmonies of #727767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727767

Black with #727767

Text Example


Text Example

White with #727767

Text Example


Text Example

HTML Codes & Css Web 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>