Html Css Color HEX #857F70 Concord

📋 copy color: '#857F70'

red 133 ◦ green 127 ◦ blue 112

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

Shades of Concord #857F70

Tints of Concord #857F70

RGB

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

 GREEN value IS 127 (50% from 255) = 34.14%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 35.75%
G = 34.14%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#857F70 (or 0x857F70) is known color: Concord. HEX triplet: 85, 7F and 70. RGB value is (133,127,112). Sum of RGB (Red+Green+Blue) = 133+127+112=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #857F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F70 is #7A808F. Grayscale: #7F7F7F. Windows color (decimal): -8028304 or 7372677. OLE color: 7372677.

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

Color convert

RGB 133 127 112 -
CMYK 0 0.05 0.16 0.48
HSL 42.86º 0.09% 0.48% -
HSV(B) 42.86º 0.16% 0.52% -
XYZ 20.19 21.34 18.38 -
YUV 127.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 133 127 112 0 0.05 0.16 0.48 42.86 0.09 0.48
Hex 85 7F 70 0 5 10 30 2B 9 30
Octal 205 177 160 0 5 20 60 53 11 60
Binary 10000101 1111111 1110000 0 101 10000 110000 101011 1001 110000

Color Harmonies of #857F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F70

Black with #857F70

Text Example


Text Example

White with #857F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #857F70;
 }
 .AnyTagClassName
 {
   color: #857F70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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