Html Css Color HEX #7A614F Roman Coffee

📋 copy color: '#7A614F'

red 122 ◦ green 97 ◦ blue 79

#7A614F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman Coffee #7A614F

Tints of Roman Coffee #7A614F

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 value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7A614F (or 0x7A614F) is known color: 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

RGB 122 97 79 -
CMYK 0 0.20 0.35 0.52
HSL 25.12º 0.21% 0.39% -
HSV(B) 25.12º 0.35% 0.48% -
XYZ 13.71 13.25 9.23 -
YUV 102.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 122 97 79 0 0.20 0.35 0.52 25.12 0.21 0.39
Hex 7A 61 4F 0 14 23 34 19 15 27
Octal 172 141 117 0 24 43 64 31 25 47
Binary 1111010 1100001 1001111 0 10100 100011 110100 11001 10101 100111

Color Harmonies of #7A614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A614F

Black with #7A614F

Text Example


Text Example

White with #7A614F

Text Example


Text Example

HTML Codes & Css Web 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>