Html Css Color HEX #879174 Gunsmoke

📋 copy color: '#879174'

red 135 ◦ green 145 ◦ blue 116

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

Shades of Gunsmoke #879174

Tints of Gunsmoke #879174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 34.09%
G = 36.62%
B = 29.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#879174 (or 0x879174) is known color: Gunsmoke. HEX triplet: 87, 91 and 74. RGB value is (135,145,116). Sum of RGB (Red+Green+Blue) = 135+145+116=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #879174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879174 is #786E8B. Grayscale: #8A8A8A. Windows color (decimal): -7892620 or 7639431. OLE color: 7639431.

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

Color convert

RGB 135 145 116 -
CMYK 0.07 0 0.2 0.43
HSL 80.69º 0.12% 0.51% -
HSV(B) 80.69º 0.2% 0.57% -
XYZ 23.27 26.66 20.44 -
YUV 138.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 135 145 116 0.07 0 0.2 0.43 80.69 0.12 0.51
Hex 87 91 74 7 0 14 2B 51 C 33
Octal 207 221 164 7 0 24 53 121 14 63
Binary 10000111 10010001 1110100 111 0 10100 101011 1010001 1100 110011

Color Harmonies of #879174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879174

Black with #879174

Text Example


Text Example

White with #879174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879174; }

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

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

background-color css

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

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

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

border-color css

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

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

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