Html Css Color HEX #74766C Gunsmoke

📋 copy color: '#74766C'

red 116 ◦ green 118 ◦ blue 108

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

Shades of Gunsmoke #74766C

Tints of Gunsmoke #74766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 33.92%
G = 34.5%
B = 31.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#74766C (or 0x74766C) is known color: Gunsmoke. HEX triplet: 74, 76 and 6C. RGB value is (116,118,108). Sum of RGB (Red+Green+Blue) = 116+118+108=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #74766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74766C is #8B8993. Grayscale: #747474. Windows color (decimal): -9144724 or 7108212. OLE color: 7108212.

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

Color convert

RGB 116 118 108 -
CMYK 0.02 0 0.08 0.54
HSL 72º 0.04% 0.44% -
HSV(B) 72º 0.08% 0.46% -
XYZ 16.39 17.75 16.75 -
YUV 116.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 116 118 108 0.02 0 0.08 0.54 72 0.04 0.44
Hex 74 76 6C 2 0 8 36 48 4 2C
Octal 164 166 154 2 0 10 66 110 4 54
Binary 1110100 1110110 1101100 10 0 1000 110110 1001000 100 101100

Color Harmonies of #74766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74766C

Black with #74766C

Text Example


Text Example

White with #74766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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