Html Css Color HEX #74776C Gunsmoke

📋 copy color: '#74776C'

red 116 ◦ green 119 ◦ blue 108

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

Shades of Gunsmoke #74776C

Tints of Gunsmoke #74776C

RGB

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

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

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

R = 33.82%
G = 34.69%
B = 31.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#74776C (or 0x74776C) is known color: Gunsmoke. HEX triplet: 74, 77 and 6C. RGB value is (116,119,108). Sum of RGB (Red+Green+Blue) = 116+119+108=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 119 - color contains mainly: green. Hex color #74776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776C is #8B8893. Grayscale: #747474. Windows color (decimal): -9144468 or 7108468. OLE color: 7108468.

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

Color convert

RGB 116 119 108 -
CMYK 0.03 0 0.09 0.53
HSL 76.36º 0.05% 0.45% -
HSV(B) 76.36º 0.09% 0.47% -
XYZ 16.51 17.99 16.79 -
YUV 116.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 116 119 108 0.03 0 0.09 0.53 76.36 0.05 0.45
Hex 74 77 6C 3 0 9 35 4C 5 2D
Octal 164 167 154 3 0 11 65 114 5 55
Binary 1110100 1110111 1101100 11 0 1001 110101 1001100 101 101101

Color Harmonies of #74776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74776C

Black with #74776C

Text Example


Text Example

White with #74776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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