Html Css Color HEX #787975 Gunsmoke

📋 copy color: '#787975'

red 120 ◦ green 121 ◦ blue 117

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

Shades of Gunsmoke #787975

Tints of Gunsmoke #787975

RGB

 RED value IS 120 (47.27% from 255) = 33.52%

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 33.52%
G = 33.8%
B = 32.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#787975 (or 0x787975) is known color: Gunsmoke. HEX triplet: 78, 79 and 75. RGB value is (120,121,117). Sum of RGB (Red+Green+Blue) = 120+121+117=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 121 - color contains mainly: green. Hex color #787975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787975 is #87868A. Grayscale: #787878. Windows color (decimal): -8881803 or 7698808. OLE color: 7698808.

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

Color convert

RGB 120 121 117 -
CMYK 0.01 0 0.03 0.53
HSL 75º 0.02% 0.47% -
HSV(B) 75º 0.03% 0.47% -
XYZ 17.79 18.95 19.55 -
YUV 120.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 120 121 117 0.01 0 0.03 0.53 75 0.02 0.47
Hex 78 79 75 1 0 3 35 4B 2 2F
Octal 170 171 165 1 0 3 65 113 2 57
Binary 1111000 1111001 1110101 1 0 11 110101 1001011 10 101111

Color Harmonies of #787975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787975

Black with #787975

Text Example


Text Example

White with #787975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787975; }

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

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

background-color css

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

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

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

border-color css

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

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

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