Html Css Color HEX #727766 Gunsmoke

📋 copy color: '#727766'

red 114 ◦ green 119 ◦ blue 102

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

Shades of Gunsmoke #727766

Tints of Gunsmoke #727766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 34.03%
G = 35.52%
B = 30.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#727766 (or 0x727766) is known color: Gunsmoke. HEX triplet: 72, 77 and 66. RGB value is (114,119,102). Sum of RGB (Red+Green+Blue) = 114+119+102=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #727766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727766 is #8D8899. Grayscale: #737373. Windows color (decimal): -9275546 or 6715250. OLE color: 6715250.

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

Color convert

RGB 114 119 102 -
CMYK 0.04 0 0.14 0.53
HSL 77.65º 0.08% 0.43% -
HSV(B) 77.65º 0.14% 0.47% -
XYZ 15.93 17.73 15.15 -
YUV 115.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 114 119 102 0.04 0 0.14 0.53 77.65 0.08 0.43
Hex 72 77 66 4 0 E 35 4E 8 2B
Octal 162 167 146 4 0 16 65 116 10 53
Binary 1110010 1110111 1100110 100 0 1110 110101 1001110 1000 101011

Color Harmonies of #727766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727766

Black with #727766

Text Example


Text Example

White with #727766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727766; }

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

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

background-color css

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

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

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

border-color css

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

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

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