Html Css Color HEX #747670 Gunsmoke

📋 copy color: '#747670'

red 116 ◦ green 118 ◦ blue 112

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

Shades of Gunsmoke #747670

Tints of Gunsmoke #747670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 33.53%
G = 34.1%
B = 32.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#747670 (or 0x747670) is known color: Gunsmoke. HEX triplet: 74, 76 and 70. RGB value is (116,118,112). Sum of RGB (Red+Green+Blue) = 116+118+112=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 118 - color contains mainly: green. Hex color #747670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747670 is #8B898F. Grayscale: #747474. Windows color (decimal): -9144720 or 7370356. OLE color: 7370356.

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

Color convert

RGB 116 118 112 -
CMYK 0.02 0 0.05 0.54
HSL 80º 0.03% 0.45% -
HSV(B) 80º 0.05% 0.46% -
XYZ 16.61 17.84 17.9 -
YUV 116.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 116 118 112 0.02 0 0.05 0.54 80 0.03 0.45
Hex 74 76 70 2 0 5 36 50 3 2D
Octal 164 166 160 2 0 5 66 120 3 55
Binary 1110100 1110110 1110000 10 0 101 110110 1010000 11 101101

Color Harmonies of #747670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747670

Black with #747670

Text Example


Text Example

White with #747670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747670; }

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

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

background-color css

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

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

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

border-color css

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

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

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