Html Css Color HEX #757D65 Gunsmoke

📋 copy color: '#757D65'

red 117 ◦ green 125 ◦ blue 101

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

Shades of Gunsmoke #757D65

Tints of Gunsmoke #757D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.44%

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 34.11%
G = 36.44%
B = 29.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#757D65 (or 0x757D65) is known color: Gunsmoke. HEX triplet: 75, 7D and 65. RGB value is (117,125,101). Sum of RGB (Red+Green+Blue) = 117+125+101=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 125 - color contains mainly: green. Hex color #757D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D65 is #8A829A. Grayscale: #777777. Windows color (decimal): -9077403 or 6651253. OLE color: 6651253.

HSL color Cylindrical-coordinate representation of color #757D65: hue angle of 80º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757D65 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 125 101 -
CMYK 0.06 0 0.19 0.51
HSL 80º 0.11% 0.44% -
HSV(B) 80º 0.19% 0.49% -
XYZ 17.02 19.39 15.16 -
YUV 119.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 117 125 101 0.06 0 0.19 0.51 80 0.11 0.44
Hex 75 7D 65 6 0 13 33 50 B 2C
Octal 165 175 145 6 0 23 63 120 13 54
Binary 1110101 1111101 1100101 110 0 10011 110011 1010000 1011 101100

Color Harmonies of #757D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D65

Black with #757D65

Text Example


Text Example

White with #757D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,125,101); }

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

background-color css

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

 a { background-color: rgb(117,125,101); }

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

border-color css

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

 span { border-color: rgb(117,125,101); }

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