Html Css Color HEX #757A68 Gunsmoke

📋 copy color: '#757A68'

red 117 ◦ green 122 ◦ blue 104

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

Shades of Gunsmoke #757A68

Tints of Gunsmoke #757A68

RGB

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

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

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

R = 34.11%
G = 35.57%
B = 30.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#757A68 (or 0x757A68) is known color: Gunsmoke. HEX triplet: 75, 7A and 68. RGB value is (117,122,104). Sum of RGB (Red+Green+Blue) = 117+122+104=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 122 - color contains mainly: green. Hex color #757A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A68 is #8A8597. Grayscale: #767676. Windows color (decimal): -9078168 or 6847093. OLE color: 6847093.

HSL color Cylindrical-coordinate representation of color #757A68: hue angle of 76.67º 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 #757A68 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 122 104 -
CMYK 0.04 0 0.15 0.52
HSL 76.67º 0.08% 0.44% -
HSV(B) 76.67º 0.15% 0.48% -
XYZ 16.79 18.7 15.82 -
YUV 118.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 117 122 104 0.04 0 0.15 0.52 76.67 0.08 0.44
Hex 75 7A 68 4 0 F 34 4D 8 2C
Octal 165 172 150 4 0 17 64 115 10 54
Binary 1110101 1111010 1101000 100 0 1111 110100 1001101 1000 101100

Color Harmonies of #757A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A68

Black with #757A68

Text Example


Text Example

White with #757A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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