#7C3947

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

Shades of Camelot #7C3947

Tints of Camelot #7C3947

Color information

#7C3947 (or 0x7C3947) is unknown color: approx Camelot. HEX triplet: 7C, 39 and 47. RGB value is (124,57,71). Sum of RGB (Red+Green+Blue) = 124+57+71=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3947 is #83C6B8. Grayscale: #4E4E4E. Windows color (decimal): -8636089 or 4667772. OLE color: 4667772.

HSL color Cylindrical-coordinate representation of color #7C3947: hue angle of 347.46º 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 #7C3947 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1245771-
CMYK00.540.430.51
HSL347.46º37.02%35.49%-
HSV(B)347.46º54.03%48.63%-
XYZ10.917.676.87-
YUV78.63123.7160.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=49.21%
G=22.62%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124577100.540.430.51347.4637.0235.49
Hex7C39470362B3315b2523
Octal1747110706653635334543
Binary111110011100110001110110110101011110011101011011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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