#857F74

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

Shades of Concord #857F74

Tints of Concord #857F74

Color information

#857F74 (or 0x857F74) is unknown color: approx Concord. HEX triplet: 85, 7F and 74. RGB value is (133,127,116). Sum of RGB (Red+Green+Blue) = 133+127+116=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #857F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F74 is #7A808B. Grayscale: #7F7F7F. Windows color (decimal): -8028300 or 7634821. OLE color: 7634821.

HSL color Cylindrical-coordinate representation of color #857F74: hue angle of 38.82º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857F74 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB133127116-
CMYK00.050.130.48
HSL38.82º6.83%48.82%-
HSV(B)38.82º12.78%52.16%-
XYZ20.4121.4319.58-
YUV127.54121.49131.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=35.37%
G=33.78%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312711600.050.130.4838.826.8348.82
Hex857F7405D3027731
Octal20517716405156047761
Binary100001011111111111010001011101110000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857F74; }

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

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

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

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

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

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

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

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