Html Css Color HEX #857F6F Arrowtown

📋 copy color: '#857F6F'

red 133 ◦ green 127 ◦ blue 111

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

Shades of Arrowtown #857F6F

Tints of Arrowtown #857F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 35.85%
G = 34.23%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#857F6F (or 0x857F6F) is known color: Arrowtown. HEX triplet: 85, 7F and 6F. RGB value is (133,127,111). Sum of RGB (Red+Green+Blue) = 133+127+111=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F6F is #7A8090. Grayscale: #7F7F7F. Windows color (decimal): -8028305 or 7307141. OLE color: 7307141.

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

Color convert

RGB 133 127 111 -
CMYK 0 0.05 0.17 0.48
HSL 43.64º 0.09% 0.48% -
HSV(B) 43.64º 0.17% 0.52% -
XYZ 20.13 21.31 18.09 -
YUV 126.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 133 127 111 0 0.05 0.17 0.48 43.64 0.09 0.48
Hex 85 7F 6F 0 5 11 30 2C 9 30
Octal 205 177 157 0 5 21 60 54 11 60
Binary 10000101 1111111 1101111 0 101 10001 110000 101100 1001 110000

Color Harmonies of #857F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F6F

Black with #857F6F

Text Example


Text Example

White with #857F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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