Html Css Color HEX #7A604D Roman Coffee

📋 copy color: '#7A604D'

red 122 ◦ green 96 ◦ blue 77

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

Shades of Roman Coffee #7A604D

Tints of Roman Coffee #7A604D

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.1%

R = 41.36%
G = 32.54%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

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

RGB 122 96 77 -
CMYK 0 0.21 0.37 0.52
HSL 25.33º 0.23% 0.39% -
HSV(B) 25.33º 0.37% 0.48% -
XYZ 13.55 13.04 8.82 -
YUV 101.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 122 96 77 0 0.21 0.37 0.52 25.33 0.23 0.39
Hex 7A 60 4D 0 15 25 34 19 17 27
Octal 172 140 115 0 25 45 64 31 27 47
Binary 1111010 1100000 1001101 0 10101 100101 110100 11001 10111 100111

Color Harmonies of #7A604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A604D

Black with #7A604D

Text Example


Text Example

White with #7A604D

Text Example


Text Example

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