#7A604D

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

Shades of Roman Coffee #7A604D

Tints of Roman Coffee #7A604D

Color information

#7A604D (or 0x7A604D) is unknown color: approx Roman Coffee. HEX triplet: 7A, 60 and 4D. RGB value is (122,96,77). Sum of RGB (Red+Green+Blue) = 122+96+77=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A604D is #859FB2. Grayscale: #656565. Windows color (decimal): -8757171 or 5070970. OLE color: 5070970.

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

Color convert

RGB1229677-
CMYK00.210.370.52
HSL25.33º22.61%39.02%-
HSV(B)25.33º36.89%47.84%-
XYZ13.5513.048.82-
YUV101.61114.11142.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=41.36%
G=32.54%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122967700.210.370.5225.3322.6139.02
Hex7A604D0152534191727
Octal1721401150254564312747
Binary1111010110000010011010101011001011101001100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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