Html Css Color HEX #757B66 Gunsmoke

📋 copy color: '#757B66'

red 117 ◦ green 123 ◦ blue 102

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

Shades of Gunsmoke #757B66

Tints of Gunsmoke #757B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 34.21%
G = 35.96%
B = 29.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#757B66 (or 0x757B66) is known color: Gunsmoke. HEX triplet: 75, 7B and 66. RGB value is (117,123,102). Sum of RGB (Red+Green+Blue) = 117+123+102=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #757B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B66 is #8A8499. Grayscale: #767676. Windows color (decimal): -9077914 or 6716277. OLE color: 6716277.

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

Color convert

RGB 117 123 102 -
CMYK 0.05 0 0.17 0.52
HSL 77.14º 0.09% 0.44% -
HSV(B) 77.14º 0.17% 0.48% -
XYZ 16.82 18.91 15.33 -
YUV 118.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 117 123 102 0.05 0 0.17 0.52 77.14 0.09 0.44
Hex 75 7B 66 5 0 11 34 4D 9 2C
Octal 165 173 146 5 0 21 64 115 11 54
Binary 1110101 1111011 1100110 101 0 10001 110100 1001101 1001 101100

Color Harmonies of #757B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B66

Black with #757B66

Text Example


Text Example

White with #757B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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