Html Css Color HEX #737768 Gunsmoke

📋 copy color: '#737768'

red 115 ◦ green 119 ◦ blue 104

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

Shades of Gunsmoke #737768

Tints of Gunsmoke #737768

RGB

 RED value IS 115 (45.31% from 255) = 34.02%

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

 BLUE value IS 104 (41.02% from 255) = 30.77%

R = 34.02%
G = 35.21%
B = 30.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#737768 (or 0x737768) is known color: Gunsmoke. HEX triplet: 73, 77 and 68. RGB value is (115,119,104). Sum of RGB (Red+Green+Blue) = 115+119+104=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #737768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737768 is #8C8897. Grayscale: #747474. Windows color (decimal): -9210008 or 6846323. OLE color: 6846323.

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

Color convert

RGB 115 119 104 -
CMYK 0.03 0 0.13 0.53
HSL 76º 0.07% 0.44% -
HSV(B) 76º 0.13% 0.47% -
XYZ 16.17 17.84 15.69 -
YUV 116.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 115 119 104 0.03 0 0.13 0.53 76 0.07 0.44
Hex 73 77 68 3 0 D 35 4C 7 2C
Octal 163 167 150 3 0 15 65 114 7 54
Binary 1110011 1110111 1101000 11 0 1101 110101 1001100 111 101100

Color Harmonies of #737768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737768

Black with #737768

Text Example


Text Example

White with #737768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737768; }

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

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

background-color css

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

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

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

border-color css

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

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

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