Html Css Color HEX #747770 Gunsmoke

📋 copy color: '#747770'

red 116 ◦ green 119 ◦ blue 112

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

Shades of Gunsmoke #747770

Tints of Gunsmoke #747770

RGB

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

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

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

R = 33.43%
G = 34.29%
B = 32.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#747770 (or 0x747770) is known color: Gunsmoke. HEX triplet: 74, 77 and 70. RGB value is (116,119,112). Sum of RGB (Red+Green+Blue) = 116+119+112=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #747770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747770 is #8B888F. Grayscale: #757575. Windows color (decimal): -9144464 or 7370612. OLE color: 7370612.

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

Color convert

RGB 116 119 112 -
CMYK 0.03 0 0.06 0.53
HSL 85.71º 0.03% 0.45% -
HSV(B) 85.71º 0.06% 0.47% -
XYZ 16.72 18.08 17.94 -
YUV 117.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 116 119 112 0.03 0 0.06 0.53 85.71 0.03 0.45
Hex 74 77 70 3 0 6 35 56 3 2D
Octal 164 167 160 3 0 6 65 126 3 55
Binary 1110100 1110111 1110000 11 0 110 110101 1010110 11 101101

Color Harmonies of #747770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747770

Black with #747770

Text Example


Text Example

White with #747770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747770; }

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

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

background-color css

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

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

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

border-color css

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

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

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