Html Css Color HEX #857B6B Arrowtown

📋 copy color: '#857B6B'

red 133 ◦ green 123 ◦ blue 107

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

Shades of Arrowtown #857B6B

Tints of Arrowtown #857B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 36.64%
G = 33.88%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#857B6B (or 0x857B6B) is known color: Arrowtown. HEX triplet: 85, 7B and 6B. RGB value is (133,123,107). Sum of RGB (Red+Green+Blue) = 133+123+107=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #857B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B6B is #7A8494. Grayscale: #7C7C7C. Windows color (decimal): -8029333 or 7043973. OLE color: 7043973.

HSL color Cylindrical-coordinate representation of color #857B6B: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857B6B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 107 -
CMYK 0 0.08 0.20 0.48
HSL 36.92º 0.11% 0.47% -
HSV(B) 36.92º 0.2% 0.52% -
XYZ 19.41 20.21 16.79 -
YUV 124.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 133 123 107 0 0.08 0.20 0.48 36.92 0.11 0.47
Hex 85 7B 6B 0 8 14 30 25 B 2F
Octal 205 173 153 0 10 24 60 45 13 57
Binary 10000101 1111011 1101011 0 1000 10100 110000 100101 1011 101111

Color Harmonies of #857B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B6B

Black with #857B6B

Text Example


Text Example

White with #857B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,123,107); }

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

background-color css

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

 a { background-color: rgb(133,123,107); }

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

border-color css

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

 span { border-color: rgb(133,123,107); }

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