Html Css Color HEX #879078 Gunsmoke

📋 copy color: '#879078'

red 135 ◦ green 144 ◦ blue 120

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

Shades of Gunsmoke #879078

Tints of Gunsmoke #879078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 33.83%
G = 36.09%
B = 30.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#879078 (or 0x879078) is known color: Gunsmoke. HEX triplet: 87, 90 and 78. RGB value is (135,144,120). Sum of RGB (Red+Green+Blue) = 135+144+120=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #879078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879078 is #786F87. Grayscale: #8A8A8A. Windows color (decimal): -7892872 or 7901319. OLE color: 7901319.

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

Color convert

RGB 135 144 120 -
CMYK 0.06 0 0.17 0.44
HSL 82.5º 0.1% 0.52% -
HSV(B) 82.5º 0.17% 0.56% -
XYZ 23.36 26.45 21.64 -
YUV 138.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 135 144 120 0.06 0 0.17 0.44 82.5 0.1 0.52
Hex 87 90 78 6 0 11 2C 52 A 34
Octal 207 220 170 6 0 21 54 122 12 64
Binary 10000111 10010000 1111000 110 0 10001 101100 1010010 1010 110100

Color Harmonies of #879078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879078

Black with #879078

Text Example


Text Example

White with #879078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879078; }

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

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

background-color css

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

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

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

border-color css

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

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

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