#7C7875

Color #7C7875 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #7C7875

Tints of Americano #7C7875

Color information

#7C7875 (or 0x7C7875) is unknown color: approx Americano. HEX triplet: 7C, 78 and 75. RGB value is (124,120,117). Sum of RGB (Red+Green+Blue) = 124+120+117=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7875 is #83878A. Grayscale: #787878. Windows color (decimal): -8619915 or 7698556. OLE color: 7698556.

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

Color convert

RGB124120117-
CMYK00.030.060.51
HSL25.71º2.9%47.25%-
HSV(B)25.71º5.65%48.63%-
XYZ18.241919.54-
YUV120.85125.83130.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=34.35%
G=33.24%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412011700.030.060.5125.712.947.25
Hex7C7875036331a32f
Octal1741701650366332357
Binary1111100111100011101010111101100111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C7875;
 }
 .AnyTagClassName
 {
   color: #7C7875;
 }
</style>
background-color css

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

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

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

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

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

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