Html Css Color HEX #7C614C Roman Coffee

📋 copy color: '#7C614C'

red 124 ◦ green 97 ◦ blue 76

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

Shades of Roman Coffee #7C614C

Tints of Roman Coffee #7C614C

RGB

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

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

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

R = 41.75%
G = 32.66%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C614C (or 0x7C614C) is known color: Roman Coffee. HEX triplet: 7C, 61 and 4C. RGB value is (124,97,76). Sum of RGB (Red+Green+Blue) = 124+97+76=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C614C is #839EB3. Grayscale: #666666. Windows color (decimal): -8625844 or 5005692. OLE color: 5005692.

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

Color convert

RGB 124 97 76 -
CMYK 0 0.22 0.39 0.51
HSL 26.25º 0.24% 0.39% -
HSV(B) 26.25º 0.39% 0.49% -
XYZ 13.89 13.36 8.68 -
YUV 102.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 124 97 76 0 0.22 0.39 0.51 26.25 0.24 0.39
Hex 7C 61 4C 0 16 27 33 1A 18 27
Octal 174 141 114 0 26 47 63 32 30 47
Binary 1111100 1100001 1001100 0 10110 100111 110011 11010 11000 100111

Color Harmonies of #7C614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C614C

Black with #7C614C

Text Example


Text Example

White with #7C614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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