Html Css Color HEX #757B68 Gunsmoke

📋 copy color: '#757B68'

red 117 ◦ green 123 ◦ blue 104

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

Shades of Gunsmoke #757B68

Tints of Gunsmoke #757B68

RGB

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

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

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

R = 34.01%
G = 35.76%
B = 30.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#757B68 (or 0x757B68) is known color: Gunsmoke. HEX triplet: 75, 7B and 68. RGB value is (117,123,104). Sum of RGB (Red+Green+Blue) = 117+123+104=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #757B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B68 is #8A8497. Grayscale: #777777. Windows color (decimal): -9077912 or 6847349. OLE color: 6847349.

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

Color convert

RGB 117 123 104 -
CMYK 0.05 0 0.15 0.52
HSL 78.95º 0.08% 0.45% -
HSV(B) 78.95º 0.15% 0.48% -
XYZ 16.92 18.95 15.86 -
YUV 119.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 117 123 104 0.05 0 0.15 0.52 78.95 0.08 0.45
Hex 75 7B 68 5 0 F 34 4F 8 2D
Octal 165 173 150 5 0 17 64 117 10 55
Binary 1110101 1111011 1101000 101 0 1111 110100 1001111 1000 101101

Color Harmonies of #757B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B68

Black with #757B68

Text Example


Text Example

White with #757B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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