Html Css Color HEX #85887A Gunsmoke

📋 copy color: '#85887A'

red 133 ◦ green 136 ◦ blue 122

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

Shades of Gunsmoke #85887A

Tints of Gunsmoke #85887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 34.02%
G = 34.78%
B = 31.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#85887A (or 0x85887A) is known color: Gunsmoke. HEX triplet: 85, 88 and 7A. RGB value is (133,136,122). Sum of RGB (Red+Green+Blue) = 133+136+122=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 136 - color contains mainly: green. Hex color #85887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85887A is #7A7785. Grayscale: #858585. Windows color (decimal): -8025990 or 8030341. OLE color: 8030341.

HSL color Cylindrical-coordinate representation of color #85887A: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85887A is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 122 -
CMYK 0.02 0 0.10 0.47
HSL 72.86º 0.06% 0.51% -
HSV(B) 72.86º 0.1% 0.53% -
XYZ 21.99 24 21.89 -
YUV 133.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 133 136 122 0.02 0 0.10 0.47 72.86 0.06 0.51
Hex 85 88 7A 2 0 A 2F 49 6 33
Octal 205 210 172 2 0 12 57 111 6 63
Binary 10000101 10001000 1111010 10 0 1010 101111 1001001 110 110011

Color Harmonies of #85887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85887A

Black with #85887A

Text Example


Text Example

White with #85887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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