#7C3949

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

Shades of Camelot #7C3949

Tints of Camelot #7C3949

Color information

#7C3949 (or 0x7C3949) is unknown color: approx Camelot. HEX triplet: 7C, 39 and 49. RGB value is (124,57,73). Sum of RGB (Red+Green+Blue) = 124+57+73=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3949 is #83C6B6. Grayscale: #4E4E4E. Windows color (decimal): -8636087 or 4798844. OLE color: 4798844.

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

Color convert

RGB1245773-
CMYK00.540.410.51
HSL345.67º37.02%35.49%-
HSV(B)345.67º54.03%48.63%-
XYZ10.987.697.21-
YUV78.86124.7160.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=48.82%
G=22.44%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124577300.540.410.51345.6737.0235.49
Hex7C3949036293315a2523
Octal1747111106651635324543
Binary111110011100110010010110110101001110011101011010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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