#7A604F

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

Shades of Roman Coffee #7A604F

Tints of Roman Coffee #7A604F

Color information

#7A604F (or 0x7A604F) is unknown color: approx Roman Coffee. HEX triplet: 7A, 60 and 4F. RGB value is (122,96,79). Sum of RGB (Red+Green+Blue) = 122+96+79=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A604F is #859FB0. Grayscale: #656565. Windows color (decimal): -8757169 or 5202042. OLE color: 5202042.

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

Color convert

RGB1229679-
CMYK00.210.350.52
HSL23.72º21.39%39.41%-
HSV(B)23.72º35.25%47.84%-
XYZ13.6213.079.2-
YUV101.84115.11142.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=41.08%
G=32.32%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122967900.210.350.5223.7221.3939.41
Hex7A604F0152334181527
Octal1721401170254364302547
Binary1111010110000010011110101011000111101001100010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,79); }

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

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

 a { background-color: rgb(122,96,79); }

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

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

 span { border-color: rgb(122,96,79); }

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