#7C3244

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

Shades of Camelot #7C3244

Tints of Camelot #7C3244

Color information

#7C3244 (or 0x7C3244) is unknown color: approx Camelot. HEX triplet: 7C, 32 and 44. RGB value is (124,50,68). Sum of RGB (Red+Green+Blue) = 124+50+68=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3244 is #83CDBB. Grayscale: #4A4A4A. Windows color (decimal): -8637884 or 4469372. OLE color: 4469372.

HSL color Cylindrical-coordinate representation of color #7C3244: hue angle of 345.41º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3244 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB1245068-
CMYK00.600.450.51
HSL345.41º42.53%34.12%-
HSV(B)345.41º59.68%48.63%-
XYZ10.56.986.26-
YUV74.18124.52163.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=51.24%
G=20.66%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124506800.600.450.51345.4142.5334.12
Hex7C324403C2D331592b22
Octal1746210407455635315342
Binary111110011001010001000111100101101110011101011001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,68); }

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

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

 a { background-color: rgb(124,50,68); }

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

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

 span { border-color: rgb(124,50,68); }

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