Html Css Color HEX #869072 Gunsmoke

📋 copy color: '#869072'

red 134 ◦ green 144 ◦ blue 114

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

Shades of Gunsmoke #869072

Tints of Gunsmoke #869072

RGB

 RED value IS 134 (52.73% from 255) = 34.18%

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

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

R = 34.18%
G = 36.73%
B = 29.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#869072 (or 0x869072) is known color: Gunsmoke. HEX triplet: 86, 90 and 72. RGB value is (134,144,114). Sum of RGB (Red+Green+Blue) = 134+144+114=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #869072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869072 is #796F8D. Grayscale: #898989. Windows color (decimal): -7958414 or 7508102. OLE color: 7508102.

HSL color Cylindrical-coordinate representation of color #869072: hue angle of 80º 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 #869072 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 114 -
CMYK 0.07 0 0.21 0.44
HSL 80º 0.12% 0.51% -
HSV(B) 80º 0.21% 0.56% -
XYZ 22.84 26.23 19.78 -
YUV 137.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 134 144 114 0.07 0 0.21 0.44 80 0.12 0.51
Hex 86 90 72 7 0 15 2C 50 C 33
Octal 206 220 162 7 0 25 54 120 14 63
Binary 10000110 10010000 1110010 111 0 10101 101100 1010000 1100 110011

Color Harmonies of #869072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869072

Black with #869072

Text Example


Text Example

White with #869072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869072; }

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

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

background-color css

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

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

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

border-color css

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

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

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