Html Css Color HEX #879175 Gunsmoke

📋 copy color: '#879175'

red 135 ◦ green 145 ◦ blue 117

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

Shades of Gunsmoke #879175

Tints of Gunsmoke #879175

RGB

 RED value IS 135 (53.13% from 255) = 34.01%

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 34.01%
G = 36.52%
B = 29.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#879175 (or 0x879175) is known color: Gunsmoke. HEX triplet: 87, 91 and 75. RGB value is (135,145,117). Sum of RGB (Red+Green+Blue) = 135+145+117=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #879175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879175 is #786E8A. Grayscale: #8A8A8A. Windows color (decimal): -7892619 or 7704967. OLE color: 7704967.

HSL color Cylindrical-coordinate representation of color #879175: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879175 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 145 117 -
CMYK 0.07 0 0.19 0.43
HSL 81.43º 0.11% 0.51% -
HSV(B) 81.43º 0.19% 0.57% -
XYZ 23.33 26.69 20.75 -
YUV 138.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 135 145 117 0.07 0 0.19 0.43 81.43 0.11 0.51
Hex 87 91 75 7 0 13 2B 51 B 33
Octal 207 221 165 7 0 23 53 121 13 63
Binary 10000111 10010001 1110101 111 0 10011 101011 1010001 1011 110011

Color Harmonies of #879175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879175

Black with #879175

Text Example


Text Example

White with #879175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879175; }

 p { color: rgb(135,145,117); }

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

background-color css

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

 a { background-color: rgb(135,145,117); }

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

border-color css

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

 span { border-color: rgb(135,145,117); }

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