Html Css Color HEX #85887E Gunsmoke

📋 copy color: '#85887E'

red 133 ◦ green 136 ◦ blue 126

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

Shades of Gunsmoke #85887E

Tints of Gunsmoke #85887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 33.67%
G = 34.43%
B = 31.9%

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

#85887E (or 0x85887E) is known color: Gunsmoke. HEX triplet: 85, 88 and 7E. RGB value is (133,136,126). Sum of RGB (Red+Green+Blue) = 133+136+126=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #85887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85887E is #7A7781. Grayscale: #868686. Windows color (decimal): -8025986 or 8292485. OLE color: 8292485.

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

Color convert

RGB 133 136 126 -
CMYK 0.02 0 0.07 0.47
HSL 78º 0.04% 0.51% -
HSV(B) 78º 0.07% 0.53% -
XYZ 22.24 24.1 23.22 -
YUV 133.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 133 136 126 0.02 0 0.07 0.47 78 0.04 0.51
Hex 85 88 7E 2 0 7 2F 4E 4 33
Octal 205 210 176 2 0 7 57 116 4 63
Binary 10000101 10001000 1111110 10 0 111 101111 1001110 100 110011

Color Harmonies of #85887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85887E

Black with #85887E

Text Example


Text Example

White with #85887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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