Html Css Color HEX #857C75 Americano

📋 copy color: '#857C75'

red 133 ◦ green 124 ◦ blue 117

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

Shades of Americano #857C75

Tints of Americano #857C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 35.56%
G = 33.16%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#857C75 (or 0x857C75) is known color: Americano. HEX triplet: 85, 7C and 75. RGB value is (133,124,117). Sum of RGB (Red+Green+Blue) = 133+124+117=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C75 is #7A838A. Grayscale: #7D7D7D. Windows color (decimal): -8029067 or 7699589. OLE color: 7699589.

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

Color convert

RGB 133 124 117 -
CMYK 0 0.07 0.12 0.48
HSL 26.25º 0.06% 0.49% -
HSV(B) 26.25º 0.12% 0.52% -
XYZ 20.09 20.69 19.76 -
YUV 125.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 133 124 117 0 0.07 0.12 0.48 26.25 0.06 0.49
Hex 85 7C 75 0 7 C 30 1A 6 31
Octal 205 174 165 0 7 14 60 32 6 61
Binary 10000101 1111100 1110101 0 111 1100 110000 11010 110 110001

Color Harmonies of #857C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C75

Black with #857C75

Text Example


Text Example

White with #857C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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