Html Css Color HEX #747672 Gunsmoke

📋 copy color: '#747672'

red 116 ◦ green 118 ◦ blue 114

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

Shades of Gunsmoke #747672

Tints of Gunsmoke #747672

RGB

 RED value IS 116 (45.7% from 255) = 33.33%

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 33.33%
G = 33.91%
B = 32.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#747672 (or 0x747672) is known color: Gunsmoke. HEX triplet: 74, 76 and 72. RGB value is (116,118,114). Sum of RGB (Red+Green+Blue) = 116+118+114=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 118 - color contains mainly: green. Hex color #747672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747672 is #8B898D. Grayscale: #747474. Windows color (decimal): -9144718 or 7501428. OLE color: 7501428.

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

Color convert

RGB 116 118 114 -
CMYK 0.02 0 0.03 0.54
HSL 90º 0.02% 0.45% -
HSV(B) 90º 0.03% 0.46% -
XYZ 16.72 17.88 18.49 -
YUV 116.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 116 118 114 0.02 0 0.03 0.54 90 0.02 0.45
Hex 74 76 72 2 0 3 36 5A 2 2D
Octal 164 166 162 2 0 3 66 132 2 55
Binary 1110100 1110110 1110010 10 0 11 110110 1011010 10 101101

Color Harmonies of #747672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747672

Black with #747672

Text Example


Text Example

White with #747672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747672; }

 p { color: rgb(116,118,114); }

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

background-color css

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

 a { background-color: rgb(116,118,114); }

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

border-color css

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

 span { border-color: rgb(116,118,114); }

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