Html Css Color HEX #85897B Gunsmoke

📋 copy color: '#85897B'

red 133 ◦ green 137 ◦ blue 123

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

Shades of Gunsmoke #85897B

Tints of Gunsmoke #85897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 33.84%
G = 34.86%
B = 31.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#85897B (or 0x85897B) is known color: Gunsmoke. HEX triplet: 85, 89 and 7B. RGB value is (133,137,123). Sum of RGB (Red+Green+Blue) = 133+137+123=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 137 - color contains mainly: green. Hex color #85897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897B is #7A7684. Grayscale: #868686. Windows color (decimal): -8025733 or 8096133. OLE color: 8096133.

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

Color convert

RGB 133 137 123 -
CMYK 0.03 0 0.10 0.46
HSL 77.14º 0.06% 0.51% -
HSV(B) 77.14º 0.1% 0.54% -
XYZ 22.19 24.31 22.26 -
YUV 134.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 133 137 123 0.03 0 0.10 0.46 77.14 0.06 0.51
Hex 85 89 7B 3 0 A 2E 4D 6 33
Octal 205 211 173 3 0 12 56 115 6 63
Binary 10000101 10001001 1111011 11 0 1010 101110 1001101 110 110011

Color Harmonies of #85897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85897B

Black with #85897B

Text Example


Text Example

White with #85897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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