Html Css Color HEX #7A684C Coffee

📋 copy color: '#7A684C'

red 122 ◦ green 104 ◦ blue 76

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

Shades of Coffee #7A684C

Tints of Coffee #7A684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 40.4%
G = 34.44%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A684C (or 0x7A684C) is known color: Coffee. HEX triplet: 7A, 68 and 4C. RGB value is (122,104,76). Sum of RGB (Red+Green+Blue) = 122+104+76=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A684C is #8597B3. Grayscale: #6A6A6A. Windows color (decimal): -8755124 or 5007482. OLE color: 5007482.

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

Color convert

RGB 122 104 76 -
CMYK 0 0.15 0.38 0.52
HSL 36.52º 0.23% 0.39% -
HSV(B) 36.52º 0.38% 0.48% -
XYZ 14.28 14.56 8.9 -
YUV 106.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 122 104 76 0 0.15 0.38 0.52 36.52 0.23 0.39
Hex 7A 68 4C 0 F 26 34 25 17 27
Octal 172 150 114 0 17 46 64 45 27 47
Binary 1111010 1101000 1001100 0 1111 100110 110100 100101 10111 100111

Color Harmonies of #7A684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A684C

Black with #7A684C

Text Example


Text Example

White with #7A684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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