#858178

Color #858178 Concord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concord #858178

Tints of Concord #858178

Color information

#858178 (or 0x858178) is unknown color: approx Concord. HEX triplet: 85, 81 and 78. RGB value is (133,129,120). Sum of RGB (Red+Green+Blue) = 133+129+120=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #858178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858178 is #7A7E87. Grayscale: #818181. Windows color (decimal): -8027784 or 7897477. OLE color: 7897477.

HSL color Cylindrical-coordinate representation of color #858178: hue angle of 41.54º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858178 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133129120-
CMYK00.030.100.48
HSL41.54º5.14%49.61%-
HSV(B)41.54º9.77%52.16%-
XYZ20.9122.0420.92-
YUV129.17122.83130.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=34.82%
G=33.77%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312912000.030.100.4841.545.1449.61
Hex85817803A302a532
Octal20520117003126052562
Binary100001011000000111110000111010110000101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858178; }

 p { color: rgb(133,129,120); }

 H1.HeaderClassName
 {
   color: #858178;
 }
 .AnyTagClassName
 {
   color: #858178;
 }
</style>
background-color css

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

 a { background-color: rgb(133,129,120); }

 div.DivClassName
 {
   background-color: #858178;
 }
 .BgClassName
 {
   background-color: #858178;
 }
</style>
border-color css

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

 span { border-color: rgb(133,129,120); }

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