Html Css Color HEX #757672 Gunsmoke

📋 copy color: '#757672'

red 117 ◦ green 118 ◦ blue 114

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

Shades of Gunsmoke #757672

Tints of Gunsmoke #757672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 33.52%
G = 33.81%
B = 32.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#757672 (or 0x757672) is known color: Gunsmoke. HEX triplet: 75, 76 and 72. RGB value is (117,118,114). Sum of RGB (Red+Green+Blue) = 117+118+114=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 118 - color contains mainly: green. Hex color #757672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757672 is #8A898D. Grayscale: #757575. Windows color (decimal): -9079182 or 7501429. OLE color: 7501429.

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

Color convert

RGB 117 118 114 -
CMYK 0.01 0 0.03 0.54
HSL 75º 0.02% 0.45% -
HSV(B) 75º 0.03% 0.46% -
XYZ 16.85 17.95 18.5 -
YUV 117.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 117 118 114 0.01 0 0.03 0.54 75 0.02 0.45
Hex 75 76 72 1 0 3 36 4B 2 2D
Octal 165 166 162 1 0 3 66 113 2 55
Binary 1110101 1110110 1110010 1 0 11 110110 1001011 10 101101

Color Harmonies of #757672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757672

Black with #757672

Text Example


Text Example

White with #757672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757672; }

 p { color: rgb(117,118,114); }

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

background-color css

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

 a { background-color: rgb(117,118,114); }

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

border-color css

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

 span { border-color: rgb(117,118,114); }

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