Html Css Color HEX #7C614D Roman Coffee

📋 copy color: '#7C614D'

red 124 ◦ green 97 ◦ blue 77

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

Shades of Roman Coffee #7C614D

Tints of Roman Coffee #7C614D

RGB

 RED value IS 124 (48.83% from 255) = 41.61%

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 41.61%
G = 32.55%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C614D (or 0x7C614D) is known color: Roman Coffee. HEX triplet: 7C, 61 and 4D. RGB value is (124,97,77). Sum of RGB (Red+Green+Blue) = 124+97+77=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C614D is #839EB2. Grayscale: #666666. Windows color (decimal): -8625843 or 5071228. OLE color: 5071228.

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

Color convert

RGB 124 97 77 -
CMYK 0 0.22 0.38 0.51
HSL 25.53º 0.23% 0.39% -
HSV(B) 25.53º 0.38% 0.49% -
XYZ 13.93 13.37 8.87 -
YUV 102.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 124 97 77 0 0.22 0.38 0.51 25.53 0.23 0.39
Hex 7C 61 4D 0 16 26 33 1A 17 27
Octal 174 141 115 0 26 46 63 32 27 47
Binary 1111100 1100001 1001101 0 10110 100110 110011 11010 10111 100111

Color Harmonies of #7C614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C614D

Black with #7C614D

Text Example


Text Example

White with #7C614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,77); }

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

background-color css

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

 a { background-color: rgb(124,97,77); }

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

border-color css

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

 span { border-color: rgb(124,97,77); }

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