Html Css Color HEX #767773 Gunsmoke

📋 copy color: '#767773'

red 118 ◦ green 119 ◦ blue 115

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

Shades of Gunsmoke #767773

Tints of Gunsmoke #767773

RGB

 RED value IS 118 (46.48% from 255) = 33.52%

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 33.52%
G = 33.81%
B = 32.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#767773 (or 0x767773) is known color: Gunsmoke. HEX triplet: 76, 77 and 73. RGB value is (118,119,115). Sum of RGB (Red+Green+Blue) = 118+119+115=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 119 - color contains mainly: green. Hex color #767773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767773 is #89888C. Grayscale: #767676. Windows color (decimal): -9013389 or 7567222. OLE color: 7567222.

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

Color convert

RGB 118 119 115 -
CMYK 0.01 0 0.03 0.53
HSL 75º 0.02% 0.46% -
HSV(B) 75º 0.03% 0.47% -
XYZ 17.16 18.28 18.84 -
YUV 118.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 118 119 115 0.01 0 0.03 0.53 75 0.02 0.46
Hex 76 77 73 1 0 3 35 4B 2 2E
Octal 166 167 163 1 0 3 65 113 2 56
Binary 1110110 1110111 1110011 1 0 11 110101 1001011 10 101110

Color Harmonies of #767773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767773

Black with #767773

Text Example


Text Example

White with #767773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767773; }

 p { color: rgb(118,119,115); }

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

background-color css

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

 a { background-color: rgb(118,119,115); }

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

border-color css

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

 span { border-color: rgb(118,119,115); }

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