#7A6950

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

Shades of Coffee #7A6950

Tints of Coffee #7A6950

Color information

#7A6950 (or 0x7A6950) is unknown color: approx Coffee. HEX triplet: 7A, 69 and 50. RGB value is (122,105,80). Sum of RGB (Red+Green+Blue) = 122+105+80=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6950 is #8596AF. Grayscale: #6B6B6B. Windows color (decimal): -8754864 or 5269882. OLE color: 5269882.

HSL color Cylindrical-coordinate representation of color #7A6950: hue angle of 35.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6950 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB12210580-
CMYK00.140.340.52
HSL35.71º20.79%39.61%-
HSV(B)35.71º34.43%47.84%-
XYZ14.5314.829.68-
YUV107.23112.63138.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.74%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=39.74%
G=34.20%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221058000.140.340.5235.7120.7939.61
Hex7A69500E2234241528
Octal1721511200164264442550
Binary1111010110100110100000111010001011010010010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,80); }

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

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

 a { background-color: rgb(122,105,80); }

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

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

 span { border-color: rgb(122,105,80); }

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