Html Css Color HEX #7C6355 Roman Coffee

📋 copy color: '#7C6355'

red 124 ◦ green 99 ◦ blue 85

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

Shades of Roman Coffee #7C6355

Tints of Roman Coffee #7C6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 40.26%
G = 32.14%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C6355 (or 0x7C6355) is known color: Roman Coffee. HEX triplet: 7C, 63 and 55. RGB value is (124,99,85). Sum of RGB (Red+Green+Blue) = 124+99+85=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6355 is #839CAA. Grayscale: #686868. Windows color (decimal): -8625323 or 5596028. OLE color: 5596028.

HSL color Cylindrical-coordinate representation of color #7C6355: hue angle of 21.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6355 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 99 85 -
CMYK 0 0.20 0.31 0.51
HSL 21.54º 0.19% 0.41% -
HSV(B) 21.54º 0.31% 0.49% -
XYZ 14.41 13.86 10.51 -
YUV 104.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 124 99 85 0 0.20 0.31 0.51 21.54 0.19 0.41
Hex 7C 63 55 0 14 1F 33 16 13 29
Octal 174 143 125 0 24 37 63 26 23 51
Binary 1111100 1100011 1010101 0 10100 11111 110011 10110 10011 101001

Color Harmonies of #7C6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6355

Black with #7C6355

Text Example


Text Example

White with #7C6355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,99,85); }

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

background-color css

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

 a { background-color: rgb(124,99,85); }

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

border-color css

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

 span { border-color: rgb(124,99,85); }

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