Html Css Color HEX #747B67 Gunsmoke

📋 copy color: '#747B67'

red 116 ◦ green 123 ◦ blue 103

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

Shades of Gunsmoke #747B67

Tints of Gunsmoke #747B67

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.96%

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 33.92%
G = 35.96%
B = 30.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#747B67 (or 0x747B67) is known color: Gunsmoke. HEX triplet: 74, 7B and 67. RGB value is (116,123,103). Sum of RGB (Red+Green+Blue) = 116+123+103=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #747B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B67 is #8B8498. Grayscale: #767676. Windows color (decimal): -9143449 or 6781812. OLE color: 6781812.

HSL color Cylindrical-coordinate representation of color #747B67: hue angle of 81º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747B67 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 123 103 -
CMYK 0.06 0 0.16 0.52
HSL 81º 0.09% 0.44% -
HSV(B) 81º 0.16% 0.48% -
XYZ 16.73 18.86 15.59 -
YUV 118.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 116 123 103 0.06 0 0.16 0.52 81 0.09 0.44
Hex 74 7B 67 6 0 10 34 51 9 2C
Octal 164 173 147 6 0 20 64 121 11 54
Binary 1110100 1111011 1100111 110 0 10000 110100 1010001 1001 101100

Color Harmonies of #747B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B67

Black with #747B67

Text Example


Text Example

White with #747B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747B67; }

 p { color: rgb(116,123,103); }

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

background-color css

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

 a { background-color: rgb(116,123,103); }

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

border-color css

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

 span { border-color: rgb(116,123,103); }

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