Html Css Color HEX #757B67 Gunsmoke

📋 copy color: '#757B67'

red 117 ◦ green 123 ◦ blue 103

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

Shades of Gunsmoke #757B67

Tints of Gunsmoke #757B67

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.86%

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

R = 34.11%
G = 35.86%
B = 30.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#757B67 (or 0x757B67) is known color: Gunsmoke. HEX triplet: 75, 7B and 67. RGB value is (117,123,103). Sum of RGB (Red+Green+Blue) = 117+123+103=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #757B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B67 is #8A8498. Grayscale: #767676. Windows color (decimal): -9077913 or 6781813. OLE color: 6781813.

HSL color Cylindrical-coordinate representation of color #757B67: hue angle of 78º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757B67 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 103 -
CMYK 0.05 0 0.16 0.52
HSL 78º 0.09% 0.44% -
HSV(B) 78º 0.16% 0.48% -
XYZ 16.87 18.93 15.6 -
YUV 118.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 117 123 103 0.05 0 0.16 0.52 78 0.09 0.44
Hex 75 7B 67 5 0 10 34 4E 9 2C
Octal 165 173 147 5 0 20 64 116 11 54
Binary 1110101 1111011 1100111 101 0 10000 110100 1001110 1001 101100

Color Harmonies of #757B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B67

Black with #757B67

Text Example


Text Example

White with #757B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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