Html Css Color HEX #727866 Gunsmoke

📋 copy color: '#727866'

red 114 ◦ green 120 ◦ blue 102

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

Shades of Gunsmoke #727866

Tints of Gunsmoke #727866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 33.93%
G = 35.71%
B = 30.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#727866 (or 0x727866) is known color: Gunsmoke. HEX triplet: 72, 78 and 66. RGB value is (114,120,102). Sum of RGB (Red+Green+Blue) = 114+120+102=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #727866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727866 is #8D8799. Grayscale: #747474. Windows color (decimal): -9275290 or 6715506. OLE color: 6715506.

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

Color convert

RGB 114 120 102 -
CMYK 0.05 0 0.15 0.53
HSL 80º 0.08% 0.44% -
HSV(B) 80º 0.15% 0.47% -
XYZ 16.05 17.97 15.19 -
YUV 116.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 114 120 102 0.05 0 0.15 0.53 80 0.08 0.44
Hex 72 78 66 5 0 F 35 50 8 2C
Octal 162 170 146 5 0 17 65 120 10 54
Binary 1110010 1111000 1100110 101 0 1111 110101 1010000 1000 101100

Color Harmonies of #727866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727866

Black with #727866

Text Example


Text Example

White with #727866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727866; }

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

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

background-color css

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

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

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

border-color css

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

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

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