Html Css Color HEX #857D70 Concord

📋 copy color: '#857D70'

red 133 ◦ green 125 ◦ blue 112

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

Shades of Concord #857D70

Tints of Concord #857D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

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

R = 35.95%
G = 33.78%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#857D70 (or 0x857D70) is known color: Concord. HEX triplet: 85, 7D and 70. RGB value is (133,125,112). Sum of RGB (Red+Green+Blue) = 133+125+112=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D70 is #7A828F. Grayscale: #7D7D7D. Windows color (decimal): -8028816 or 7372165. OLE color: 7372165.

HSL color Cylindrical-coordinate representation of color #857D70: hue angle of 37.14º 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 #857D70 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 112 -
CMYK 0 0.06 0.16 0.48
HSL 37.14º 0.09% 0.48% -
HSV(B) 37.14º 0.16% 0.52% -
XYZ 19.93 20.82 18.3 -
YUV 125.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 133 125 112 0 0.06 0.16 0.48 37.14 0.09 0.48
Hex 85 7D 70 0 6 10 30 25 9 30
Octal 205 175 160 0 6 20 60 45 11 60
Binary 10000101 1111101 1110000 0 110 10000 110000 100101 1001 110000

Color Harmonies of #857D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D70

Black with #857D70

Text Example


Text Example

White with #857D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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