Html Css Color HEX #857C6C Arrowtown

📋 copy color: '#857C6C'

red 133 ◦ green 124 ◦ blue 108

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

Shades of Arrowtown #857C6C

Tints of Arrowtown #857C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 36.44%
G = 33.97%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#857C6C (or 0x857C6C) is known color: Arrowtown. HEX triplet: 85, 7C and 6C. RGB value is (133,124,108). Sum of RGB (Red+Green+Blue) = 133+124+108=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C6C is #7A8393. Grayscale: #7C7C7C. Windows color (decimal): -8029076 or 7109765. OLE color: 7109765.

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

Color convert

RGB 133 124 108 -
CMYK 0 0.07 0.19 0.48
HSL 38.4º 0.1% 0.47% -
HSV(B) 38.4º 0.19% 0.52% -
XYZ 19.59 20.48 17.11 -
YUV 124.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 133 124 108 0 0.07 0.19 0.48 38.4 0.1 0.47
Hex 85 7C 6C 0 7 13 30 26 A 2F
Octal 205 174 154 0 7 23 60 46 12 57
Binary 10000101 1111100 1101100 0 111 10011 110000 100110 1010 101111

Color Harmonies of #857C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C6C

Black with #857C6C

Text Example


Text Example

White with #857C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,108); }

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

background-color css

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

 a { background-color: rgb(133,124,108); }

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

border-color css

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

 span { border-color: rgb(133,124,108); }

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