Html Css Color HEX #85877F Gunsmoke

📋 copy color: '#85877F'

red 133 ◦ green 135 ◦ blue 127

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

Shades of Gunsmoke #85877F

Tints of Gunsmoke #85877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 33.67%
G = 34.18%
B = 32.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#85877F (or 0x85877F) is known color: Gunsmoke. HEX triplet: 85, 87 and 7F. RGB value is (133,135,127). Sum of RGB (Red+Green+Blue) = 133+135+127=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 135 - color contains mainly: green. Hex color #85877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85877F is #7A7880. Grayscale: #858585. Windows color (decimal): -8026241 or 8357765. OLE color: 8357765.

HSL color Cylindrical-coordinate representation of color #85877F: hue angle of 75º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85877F is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 127 -
CMYK 0.01 0 0.06 0.47
HSL 75º 0.03% 0.51% -
HSV(B) 75º 0.06% 0.53% -
XYZ 22.17 23.85 23.51 -
YUV 133.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 133 135 127 0.01 0 0.06 0.47 75 0.03 0.51
Hex 85 87 7F 1 0 6 2F 4B 3 33
Octal 205 207 177 1 0 6 57 113 3 63
Binary 10000101 10000111 1111111 1 0 110 101111 1001011 11 110011

Color Harmonies of #85877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85877F

Black with #85877F

Text Example


Text Example

White with #85877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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