#7C3E49

Color #7C3E49 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #7C3E49

Tints of Camelot #7C3E49

Color information

#7C3E49 (or 0x7C3E49) is unknown color: approx Camelot. HEX triplet: 7C, 3E and 49. RGB value is (124,62,73). Sum of RGB (Red+Green+Blue) = 124+62+73=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E49 is #83C1B6. Grayscale: #515151. Windows color (decimal): -8634807 or 4800124. OLE color: 4800124.

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

Color convert

RGB1246273-
CMYK00.50.410.51
HSL349.35º33.33%36.47%-
HSV(B)349.35º50%48.63%-
XYZ11.248.217.3-
YUV81.79123.04158.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.88%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=47.88%
G=23.94%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124627300.50.410.51349.3533.3336.47
Hex7C3E49032293315d2124
Octal1747611106251635354144
Binary111110011111010010010110010101001110011101011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,73); }

 H1.HeaderClassName
 {
   color: #7C3E49;
 }
 .AnyTagClassName
 {
   color: #7C3E49;
 }
</style>
background-color css

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

 a { background-color: rgb(124,62,73); }

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

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

 span { border-color: rgb(124,62,73); }

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