Html Css Color HEX #7C7671 Americano

📋 copy color: '#7C7671'

red 124 ◦ green 118 ◦ blue 113

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

Shades of Americano #7C7671

Tints of Americano #7C7671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 34.93%
G = 33.24%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C7671 (or 0x7C7671) is known color: Americano. HEX triplet: 7C, 76 and 71. RGB value is (124,118,113). Sum of RGB (Red+Green+Blue) = 124+118+113=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7671 is #83898E. Grayscale: #777777. Windows color (decimal): -8620431 or 7435900. OLE color: 7435900.

HSL color Cylindrical-coordinate representation of color #7C7671: hue angle of 27.27º 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 #7C7671 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 118 113 -
CMYK 0 0.05 0.09 0.51
HSL 27.27º 0.05% 0.46% -
HSV(B) 27.27º 0.09% 0.49% -
XYZ 17.77 18.43 18.24 -
YUV 119.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 124 118 113 0 0.05 0.09 0.51 27.27 0.05 0.46
Hex 7C 76 71 0 5 9 33 1B 5 2E
Octal 174 166 161 0 5 11 63 33 5 56
Binary 1111100 1110110 1110001 0 101 1001 110011 11011 101 101110

Color Harmonies of #7C7671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7671

Black with #7C7671

Text Example


Text Example

White with #7C7671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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