Html Css Color HEX #85887F Gunsmoke

📋 copy color: '#85887F'

red 133 ◦ green 136 ◦ blue 127

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

Shades of Gunsmoke #85887F

Tints of Gunsmoke #85887F

RGB

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

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

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

R = 33.59%
G = 34.34%
B = 32.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#85887F (or 0x85887F) is known color: Gunsmoke. HEX triplet: 85, 88 and 7F. RGB value is (133,136,127). Sum of RGB (Red+Green+Blue) = 133+136+127=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #85887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85887F is #7A7780. Grayscale: #868686. Windows color (decimal): -8025985 or 8358021. OLE color: 8358021.

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

Color convert

RGB 133 136 127 -
CMYK 0.02 0 0.07 0.47
HSL 80º 0.04% 0.52% -
HSV(B) 80º 0.07% 0.53% -
XYZ 22.31 24.13 23.56 -
YUV 134.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 133 136 127 0.02 0 0.07 0.47 80 0.04 0.52
Hex 85 88 7F 2 0 7 2F 50 4 34
Octal 205 210 177 2 0 7 57 120 4 64
Binary 10000101 10001000 1111111 10 0 111 101111 1010000 100 110100

Color Harmonies of #85887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85887F

Black with #85887F

Text Example


Text Example

White with #85887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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