Html Css Color HEX #7A685D Roman Coffee

📋 copy color: '#7A685D'

red 122 ◦ green 104 ◦ blue 93

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

Shades of Roman Coffee #7A685D

Tints of Roman Coffee #7A685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 38.24%
G = 32.6%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A685D (or 0x7A685D) is known color: Roman Coffee. HEX triplet: 7A, 68 and 5D. RGB value is (122,104,93). Sum of RGB (Red+Green+Blue) = 122+104+93=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A685D is #8597A2. Grayscale: #6C6C6C. Windows color (decimal): -8755107 or 6121594. OLE color: 6121594.

HSL color Cylindrical-coordinate representation of color #7A685D: hue angle of 22.76º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A685D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 104 93 -
CMYK 0 0.15 0.24 0.52
HSL 22.76º 0.13% 0.42% -
HSV(B) 22.76º 0.24% 0.48% -
XYZ 14.95 14.83 12.43 -
YUV 108.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 122 104 93 0 0.15 0.24 0.52 22.76 0.13 0.42
Hex 7A 68 5D 0 F 18 34 17 D 2A
Octal 172 150 135 0 17 30 64 27 15 52
Binary 1111010 1101000 1011101 0 1111 11000 110100 10111 1101 101010

Color Harmonies of #7A685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A685D

Black with #7A685D

Text Example


Text Example

White with #7A685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,104,93); }

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

background-color css

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

 a { background-color: rgb(122,104,93); }

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

border-color css

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

 span { border-color: rgb(122,104,93); }

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