Html Css Color HEX #85897D Gunsmoke

📋 copy color: '#85897D'

red 133 ◦ green 137 ◦ blue 125

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

Shades of Gunsmoke #85897D

Tints of Gunsmoke #85897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 33.67%
G = 34.68%
B = 31.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#85897D (or 0x85897D) is known color: Gunsmoke. HEX triplet: 85, 89 and 7D. RGB value is (133,137,125). Sum of RGB (Red+Green+Blue) = 133+137+125=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 137 - color contains mainly: green. Hex color #85897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897D is #7A7682. Grayscale: #868686. Windows color (decimal): -8025731 or 8227205. OLE color: 8227205.

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

Color convert

RGB 133 137 125 -
CMYK 0.03 0 0.09 0.46
HSL 80º 0.05% 0.51% -
HSV(B) 80º 0.09% 0.54% -
XYZ 22.32 24.36 22.93 -
YUV 134.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 133 137 125 0.03 0 0.09 0.46 80 0.05 0.51
Hex 85 89 7D 3 0 9 2E 50 5 33
Octal 205 211 175 3 0 11 56 120 5 63
Binary 10000101 10001001 1111101 11 0 1001 101110 1010000 101 110011

Color Harmonies of #85897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85897D

Black with #85897D

Text Example


Text Example

White with #85897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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