Html Css Color HEX #7A6250 Roman Coffee

📋 copy color: '#7A6250'

red 122 ◦ green 98 ◦ blue 80

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

Shades of Roman Coffee #7A6250

Tints of Roman Coffee #7A6250

RGB

 RED value IS 122 (48.05% from 255) = 40.67%

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 40.67%
G = 32.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A6250 (or 0x7A6250) is known color: Roman Coffee. HEX triplet: 7A, 62 and 50. RGB value is (122,98,80). Sum of RGB (Red+Green+Blue) = 122+98+80=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6250 is #859DAF. Grayscale: #676767. Windows color (decimal): -8756656 or 5268090. OLE color: 5268090.

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

Color convert

RGB 122 98 80 -
CMYK 0 0.20 0.34 0.52
HSL 25.71º 0.21% 0.4% -
HSV(B) 25.71º 0.34% 0.48% -
XYZ 13.84 13.45 9.46 -
YUV 103.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 122 98 80 0 0.20 0.34 0.52 25.71 0.21 0.4
Hex 7A 62 50 0 14 22 34 1A 15 28
Octal 172 142 120 0 24 42 64 32 25 50
Binary 1111010 1100010 1010000 0 10100 100010 110100 11010 10101 101000

Color Harmonies of #7A6250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6250

Black with #7A6250

Text Example


Text Example

White with #7A6250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,80); }

 H1.HeaderClassName
 {
   color: #7A6250;
 }
 .AnyTagClassName
 {
   color: #7A6250;
 }
</style>

background-color css

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

 a { background-color: rgb(122,98,80); }

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

border-color css

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

 span { border-color: rgb(122,98,80); }

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