Html Css Color HEX #7A695E Roman Coffee

📋 copy color: '#7A695E'

red 122 ◦ green 105 ◦ blue 94

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

Shades of Roman Coffee #7A695E

Tints of Roman Coffee #7A695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 38.01%
G = 32.71%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A695E (or 0x7A695E) is known color: Roman Coffee. HEX triplet: 7A, 69 and 5E. RGB value is (122,105,94). Sum of RGB (Red+Green+Blue) = 122+105+94=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A695E is #8596A1. Grayscale: #6C6C6C. Windows color (decimal): -8754850 or 6187386. OLE color: 6187386.

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

Color convert

RGB 122 105 94 -
CMYK 0 0.14 0.23 0.52
HSL 23.57º 0.13% 0.42% -
HSV(B) 23.57º 0.23% 0.48% -
XYZ 15.1 15.05 12.7 -
YUV 108.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 122 105 94 0 0.14 0.23 0.52 23.57 0.13 0.42
Hex 7A 69 5E 0 E 17 34 18 D 2A
Octal 172 151 136 0 16 27 64 30 15 52
Binary 1111010 1101001 1011110 0 1110 10111 110100 11000 1101 101010

Color Harmonies of #7A695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A695E

Black with #7A695E

Text Example


Text Example

White with #7A695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,105,94); }

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

background-color css

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

 a { background-color: rgb(122,105,94); }

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

border-color css

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

 span { border-color: rgb(122,105,94); }

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