Html Css Color HEX #85897A Gunsmoke

📋 copy color: '#85897A'

red 133 ◦ green 137 ◦ blue 122

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

Shades of Gunsmoke #85897A

Tints of Gunsmoke #85897A

RGB

 RED value IS 133 (52.34% from 255) = 33.93%

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 33.93%
G = 34.95%
B = 31.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#85897A (or 0x85897A) is known color: Gunsmoke. HEX triplet: 85, 89 and 7A. RGB value is (133,137,122). Sum of RGB (Red+Green+Blue) = 133+137+122=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 137 - color contains mainly: green. Hex color #85897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897A is #7A7685. Grayscale: #868686. Windows color (decimal): -8025734 or 8030597. OLE color: 8030597.

HSL color Cylindrical-coordinate representation of color #85897A: hue angle of 76º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85897A is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 122 -
CMYK 0.03 0 0.11 0.46
HSL 76º 0.06% 0.51% -
HSV(B) 76º 0.11% 0.54% -
XYZ 22.13 24.28 21.93 -
YUV 134.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 133 137 122 0.03 0 0.11 0.46 76 0.06 0.51
Hex 85 89 7A 3 0 B 2E 4C 6 33
Octal 205 211 172 3 0 13 56 114 6 63
Binary 10000101 10001001 1111010 11 0 1011 101110 1001100 110 110011

Color Harmonies of #85897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85897A

Black with #85897A

Text Example


Text Example

White with #85897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85897A; }

 p { color: rgb(133,137,122); }

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

background-color css

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

 a { background-color: rgb(133,137,122); }

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

border-color css

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

 span { border-color: rgb(133,137,122); }

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