Html Css Color HEX #757674 Gunsmoke

📋 copy color: '#757674'

red 117 ◦ green 118 ◦ blue 116

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

Shades of Gunsmoke #757674

Tints of Gunsmoke #757674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 33.33%
G = 33.62%
B = 33.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#757674 (or 0x757674) is known color: Gunsmoke. HEX triplet: 75, 76 and 74. RGB value is (117,118,116). Sum of RGB (Red+Green+Blue) = 117+118+116=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 118 - color contains mainly: green. Hex color #757674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757674 is #8A898B. Grayscale: #757575. Windows color (decimal): -9079180 or 7632501. OLE color: 7632501.

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

Color convert

RGB 117 118 116 -
CMYK 0.01 0 0.02 0.54
HSL 90º 0.01% 0.46% -
HSV(B) 90º 0.02% 0.46% -
XYZ 16.97 18 19.1 -
YUV 117.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 117 118 116 0.01 0 0.02 0.54 90 0.01 0.46
Hex 75 76 74 1 0 2 36 5A 1 2E
Octal 165 166 164 1 0 2 66 132 1 56
Binary 1110101 1110110 1110100 1 0 10 110110 1011010 1 101110

Color Harmonies of #757674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757674

Black with #757674

Text Example


Text Example

White with #757674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757674; }

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

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

background-color css

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

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

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

border-color css

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

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

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