Html Css Color HEX #7C685B Roman Coffee

📋 copy color: '#7C685B'

red 124 ◦ green 104 ◦ blue 91

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

Shades of Roman Coffee #7C685B

Tints of Roman Coffee #7C685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 38.87%
G = 32.6%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C685B (or 0x7C685B) is known color: Roman Coffee. HEX triplet: 7C, 68 and 5B. RGB value is (124,104,91). Sum of RGB (Red+Green+Blue) = 124+104+91=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C685B is #8397A4. Grayscale: #6C6C6C. Windows color (decimal): -8624037 or 5990524. OLE color: 5990524.

HSL color Cylindrical-coordinate representation of color #7C685B: hue angle of 23.64º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C685B is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 104 91 -
CMYK 0 0.16 0.27 0.51
HSL 23.64º 0.15% 0.42% -
HSV(B) 23.64º 0.27% 0.49% -
XYZ 15.15 14.94 11.98 -
YUV 108.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 124 104 91 0 0.16 0.27 0.51 23.64 0.15 0.42
Hex 7C 68 5B 0 10 1B 33 18 F 2A
Octal 174 150 133 0 20 33 63 30 17 52
Binary 1111100 1101000 1011011 0 10000 11011 110011 11000 1111 101010

Color Harmonies of #7C685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C685B

Black with #7C685B

Text Example


Text Example

White with #7C685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,91); }

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

background-color css

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

 a { background-color: rgb(124,104,91); }

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

border-color css

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

 span { border-color: rgb(124,104,91); }

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