Html Css Color HEX #757D67 Gunsmoke

📋 copy color: '#757D67'

red 117 ◦ green 125 ◦ blue 103

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

Shades of Gunsmoke #757D67

Tints of Gunsmoke #757D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.86%

R = 33.91%
G = 36.23%
B = 29.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#757D67 (or 0x757D67) is known color: Gunsmoke. HEX triplet: 75, 7D and 67. RGB value is (117,125,103). Sum of RGB (Red+Green+Blue) = 117+125+103=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 125 - color contains mainly: green. Hex color #757D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D67 is #8A8298. Grayscale: #787878. Windows color (decimal): -9077401 or 6782325. OLE color: 6782325.

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

Color convert

RGB 117 125 103 -
CMYK 0.06 0 0.18 0.51
HSL 81.82º 0.1% 0.45% -
HSV(B) 81.82º 0.18% 0.49% -
XYZ 17.12 19.43 15.68 -
YUV 120.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 117 125 103 0.06 0 0.18 0.51 81.82 0.1 0.45
Hex 75 7D 67 6 0 12 33 52 A 2D
Octal 165 175 147 6 0 22 63 122 12 55
Binary 1110101 1111101 1100111 110 0 10010 110011 1010010 1010 101101

Color Harmonies of #757D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D67

Black with #757D67

Text Example


Text Example

White with #757D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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