Html Css Color HEX #75786A Gunsmoke

📋 copy color: '#75786A'

red 117 ◦ green 120 ◦ blue 106

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

Shades of Gunsmoke #75786A

Tints of Gunsmoke #75786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 34.11%
G = 34.99%
B = 30.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#75786A (or 0x75786A) is known color: Gunsmoke. HEX triplet: 75, 78 and 6A. RGB value is (117,120,106). Sum of RGB (Red+Green+Blue) = 117+120+106=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #75786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786A is #8A8795. Grayscale: #757575. Windows color (decimal): -9078678 or 6977653. OLE color: 6977653.

HSL color Cylindrical-coordinate representation of color #75786A: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75786A is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 106 -
CMYK 0.02 0 0.12 0.53
HSL 72.86º 0.06% 0.44% -
HSV(B) 72.86º 0.12% 0.47% -
XYZ 16.65 18.26 16.28 -
YUV 117.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 117 120 106 0.02 0 0.12 0.53 72.86 0.06 0.44
Hex 75 78 6A 2 0 C 35 49 6 2C
Octal 165 170 152 2 0 14 65 111 6 54
Binary 1110101 1111000 1101010 10 0 1100 110101 1001001 110 101100

Color Harmonies of #75786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75786A

Black with #75786A

Text Example


Text Example

White with #75786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75786A; }

 p { color: rgb(117,120,106); }

 H1.HeaderClassName
 {
   color: #75786A;
 }
 .AnyTagClassName
 {
   color: #75786A;
 }
</style>

background-color css

<style>
 a { background-color: #75786A; }

 a { background-color: rgb(117,120,106); }

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

border-color css

<style>
 span { border-color: #75786A; }

 span { border-color: rgb(117,120,106); }

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