Html Css Color HEX #74776B Gunsmoke

📋 copy color: '#74776B'

red 116 ◦ green 119 ◦ blue 107

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

Shades of Gunsmoke #74776B

Tints of Gunsmoke #74776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 33.92%
G = 34.8%
B = 31.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#74776B (or 0x74776B) is known color: Gunsmoke. HEX triplet: 74, 77 and 6B. RGB value is (116,119,107). Sum of RGB (Red+Green+Blue) = 116+119+107=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #74776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776B is #8B8894. Grayscale: #747474. Windows color (decimal): -9144469 or 7042932. OLE color: 7042932.

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

Color convert

RGB 116 119 107 -
CMYK 0.03 0 0.10 0.53
HSL 75º 0.05% 0.44% -
HSV(B) 75º 0.1% 0.47% -
XYZ 16.45 17.97 16.51 -
YUV 116.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 116 119 107 0.03 0 0.10 0.53 75 0.05 0.44
Hex 74 77 6B 3 0 A 35 4B 5 2C
Octal 164 167 153 3 0 12 65 113 5 54
Binary 1110100 1110111 1101011 11 0 1010 110101 1001011 101 101100

Color Harmonies of #74776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74776B

Black with #74776B

Text Example


Text Example

White with #74776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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