Html Css Color HEX #857F77 Concord

📋 copy color: '#857F77'

red 133 ◦ green 127 ◦ blue 119

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

Shades of Concord #857F77

Tints of Concord #857F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 35.09%
G = 33.51%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857F77 (or 0x857F77) is known color: Concord. HEX triplet: 85, 7F and 77. RGB value is (133,127,119). Sum of RGB (Red+Green+Blue) = 133+127+119=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F77 is #7A8088. Grayscale: #7F7F7F. Windows color (decimal): -8028297 or 7831429. OLE color: 7831429.

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

Color convert

RGB 133 127 119 -
CMYK 0 0.05 0.11 0.48
HSL 34.29º 0.06% 0.49% -
HSV(B) 34.29º 0.11% 0.52% -
XYZ 20.59 21.5 20.52 -
YUV 127.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 133 127 119 0 0.05 0.11 0.48 34.29 0.06 0.49
Hex 85 7F 77 0 5 B 30 22 6 31
Octal 205 177 167 0 5 13 60 42 6 61
Binary 10000101 1111111 1110111 0 101 1011 110000 100010 110 110001

Color Harmonies of #857F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F77

Black with #857F77

Text Example


Text Example

White with #857F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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