Html Css Color HEX #757773 Gunsmoke

📋 copy color: '#757773'

red 117 ◦ green 119 ◦ blue 115

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

Shades of Gunsmoke #757773

Tints of Gunsmoke #757773

RGB

 RED value IS 117 (46.09% from 255) = 33.33%

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

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

R = 33.33%
G = 33.9%
B = 32.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#757773 (or 0x757773) is known color: Gunsmoke. HEX triplet: 75, 77 and 73. RGB value is (117,119,115). Sum of RGB (Red+Green+Blue) = 117+119+115=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 119 - color contains mainly: green. Hex color #757773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757773 is #8A888C. Grayscale: #757575. Windows color (decimal): -9078925 or 7567221. OLE color: 7567221.

HSL color Cylindrical-coordinate representation of color #757773: hue angle of 90º 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 #757773 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 115 -
CMYK 0.02 0 0.03 0.53
HSL 90º 0.02% 0.46% -
HSV(B) 90º 0.03% 0.47% -
XYZ 17.03 18.21 18.84 -
YUV 117.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 117 119 115 0.02 0 0.03 0.53 90 0.02 0.46
Hex 75 77 73 2 0 3 35 5A 2 2E
Octal 165 167 163 2 0 3 65 132 2 56
Binary 1110101 1110111 1110011 10 0 11 110101 1011010 10 101110

Color Harmonies of #757773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757773

Black with #757773

Text Example


Text Example

White with #757773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757773; }

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

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

background-color css

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

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

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

border-color css

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

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

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