Html Css Color HEX #7C7571 Americano

📋 copy color: '#7C7571'

red 124 ◦ green 117 ◦ blue 113

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

Shades of Americano #7C7571

Tints of Americano #7C7571

RGB

 RED value IS 124 (48.83% from 255) = 35.03%

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 35.03%
G = 33.05%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C7571 (or 0x7C7571) is known color: Americano. HEX triplet: 7C, 75 and 71. RGB value is (124,117,113). Sum of RGB (Red+Green+Blue) = 124+117+113=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7571 is #838A8E. Grayscale: #767676. Windows color (decimal): -8620687 or 7435644. OLE color: 7435644.

HSL color Cylindrical-coordinate representation of color #7C7571: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7571 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 117 113 -
CMYK 0 0.06 0.09 0.51
HSL 21.82º 0.05% 0.46% -
HSV(B) 21.82º 0.09% 0.49% -
XYZ 17.65 18.2 18.21 -
YUV 118.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 124 117 113 0 0.06 0.09 0.51 21.82 0.05 0.46
Hex 7C 75 71 0 6 9 33 16 5 2E
Octal 174 165 161 0 6 11 63 26 5 56
Binary 1111100 1110101 1110001 0 110 1001 110011 10110 101 101110

Color Harmonies of #7C7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7571

Black with #7C7571

Text Example


Text Example

White with #7C7571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7571; }

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

 H1.HeaderClassName
 {
   color: #7C7571;
 }
 .AnyTagClassName
 {
   color: #7C7571;
 }
</style>

background-color css

<style>
 a { background-color: #7C7571; }

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

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

border-color css

<style>
 span { border-color: #7C7571; }

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

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