Html Css Color HEX #85897F Gunsmoke

📋 copy color: '#85897F'

red 133 ◦ green 137 ◦ blue 127

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

Shades of Gunsmoke #85897F

Tints of Gunsmoke #85897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 33.5%
G = 34.51%
B = 31.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#85897F (or 0x85897F) is known color: Gunsmoke. HEX triplet: 85, 89 and 7F. RGB value is (133,137,127). Sum of RGB (Red+Green+Blue) = 133+137+127=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 137 - color contains mainly: green. Hex color #85897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897F is #7A7680. Grayscale: #868686. Windows color (decimal): -8025729 or 8358277. OLE color: 8358277.

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

Color convert

RGB 133 137 127 -
CMYK 0.03 0 0.07 0.46
HSL 84º 0.04% 0.52% -
HSV(B) 84º 0.07% 0.54% -
XYZ 22.45 24.41 23.61 -
YUV 134.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 133 137 127 0.03 0 0.07 0.46 84 0.04 0.52
Hex 85 89 7F 3 0 7 2E 54 4 34
Octal 205 211 177 3 0 7 56 124 4 64
Binary 10000101 10001001 1111111 11 0 111 101110 1010100 100 110100

Color Harmonies of #85897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85897F

Black with #85897F

Text Example


Text Example

White with #85897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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