Html Css Color HEX #879072 Gunsmoke

📋 copy color: '#879072'

red 135 ◦ green 144 ◦ blue 114

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

Shades of Gunsmoke #879072

Tints of Gunsmoke #879072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 34.35%
G = 36.64%
B = 29.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#879072 (or 0x879072) is known color: Gunsmoke. HEX triplet: 87, 90 and 72. RGB value is (135,144,114). Sum of RGB (Red+Green+Blue) = 135+144+114=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #879072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879072 is #786F8D. Grayscale: #8A8A8A. Windows color (decimal): -7892878 or 7508103. OLE color: 7508103.

HSL color Cylindrical-coordinate representation of color #879072: hue angle of 78º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #879072 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 144 114 -
CMYK 0.06 0 0.21 0.44
HSL 78º 0.12% 0.51% -
HSV(B) 78º 0.21% 0.56% -
XYZ 23 26.31 19.79 -
YUV 137.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 135 144 114 0.06 0 0.21 0.44 78 0.12 0.51
Hex 87 90 72 6 0 15 2C 4E C 33
Octal 207 220 162 6 0 25 54 116 14 63
Binary 10000111 10010000 1110010 110 0 10101 101100 1001110 1100 110011

Color Harmonies of #879072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879072

Black with #879072

Text Example


Text Example

White with #879072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879072; }

 p { color: rgb(135,144,114); }

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

background-color css

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

 a { background-color: rgb(135,144,114); }

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

border-color css

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

 span { border-color: rgb(135,144,114); }

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