#7A614F

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

Shades of Roman Coffee #7A614F

Tints of Roman Coffee #7A614F

Color information

#7A614F (or 0x7A614F) is unknown color: approx Roman Coffee. HEX triplet: 7A, 61 and 4F. RGB value is (122,97,79). Sum of RGB (Red+Green+Blue) = 122+97+79=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A614F is #859EB0. Grayscale: #666666. Windows color (decimal): -8756913 or 5202298. OLE color: 5202298.

HSL color Cylindrical-coordinate representation of color #7A614F: hue angle of 25.12º 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 #7A614F is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1229779-
CMYK00.200.350.52
HSL25.12º21.39%39.41%-
HSV(B)25.12º35.25%47.84%-
XYZ13.7113.259.23-
YUV102.42114.78141.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.94%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=40.94%
G=32.55%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122977900.200.350.5225.1221.3939.41
Hex7A614F0142334191527
Octal1721411170244364312547
Binary1111010110000110011110101001000111101001100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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