Html Css Color HEX #737A68 Gunsmoke

📋 copy color: '#737A68'

red 115 ◦ green 122 ◦ blue 104

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

Shades of Gunsmoke #737A68

Tints of Gunsmoke #737A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

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

R = 33.72%
G = 35.78%
B = 30.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#737A68 (or 0x737A68) is known color: Gunsmoke. HEX triplet: 73, 7A and 68. RGB value is (115,122,104). Sum of RGB (Red+Green+Blue) = 115+122+104=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 122 - color contains mainly: green. Hex color #737A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A68 is #8C8597. Grayscale: #757575. Windows color (decimal): -9209240 or 6847091. OLE color: 6847091.

HSL color Cylindrical-coordinate representation of color #737A68: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737A68 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 122 104 -
CMYK 0.06 0 0.15 0.52
HSL 83.33º 0.08% 0.44% -
HSV(B) 83.33º 0.15% 0.48% -
XYZ 16.53 18.56 15.81 -
YUV 117.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 115 122 104 0.06 0 0.15 0.52 83.33 0.08 0.44
Hex 73 7A 68 6 0 F 34 53 8 2C
Octal 163 172 150 6 0 17 64 123 10 54
Binary 1110011 1111010 1101000 110 0 1111 110100 1010011 1000 101100

Color Harmonies of #737A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737A68

Black with #737A68

Text Example


Text Example

White with #737A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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