Html Css Color HEX #737570 Gunsmoke

📋 copy color: '#737570'

red 115 ◦ green 117 ◦ blue 112

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

Shades of Gunsmoke #737570

Tints of Gunsmoke #737570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 33.43%
G = 34.01%
B = 32.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#737570 (or 0x737570) is known color: Gunsmoke. HEX triplet: 73, 75 and 70. RGB value is (115,117,112). Sum of RGB (Red+Green+Blue) = 115+117+112=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 117 - color contains mainly: green. Hex color #737570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737570 is #8C8A8F. Grayscale: #737373. Windows color (decimal): -9210512 or 7370099. OLE color: 7370099.

HSL color Cylindrical-coordinate representation of color #737570: hue angle of 84º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #737570 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 112 -
CMYK 0.02 0 0.04 0.54
HSL 84º 0.02% 0.45% -
HSV(B) 84º 0.04% 0.46% -
XYZ 16.36 17.54 17.85 -
YUV 115.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 115 117 112 0.02 0 0.04 0.54 84 0.02 0.45
Hex 73 75 70 2 0 4 36 54 2 2D
Octal 163 165 160 2 0 4 66 124 2 55
Binary 1110011 1110101 1110000 10 0 100 110110 1010100 10 101101

Color Harmonies of #737570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737570

Black with #737570

Text Example


Text Example

White with #737570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737570; }

 p { color: rgb(115,117,112); }

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

background-color css

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

 a { background-color: rgb(115,117,112); }

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

border-color css

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

 span { border-color: rgb(115,117,112); }

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