#7C3646

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

Shades of Camelot #7C3646

Tints of Camelot #7C3646

Color information

#7C3646 (or 0x7C3646) is unknown color: approx Camelot. HEX triplet: 7C, 36 and 46. RGB value is (124,54,70). Sum of RGB (Red+Green+Blue) = 124+54+70=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3646 is #83C9B9. Grayscale: #4C4C4C. Windows color (decimal): -8636858 or 4601468. OLE color: 4601468.

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

Color convert

RGB1245470-
CMYK00.560.440.51
HSL346.29º39.33%34.9%-
HSV(B)346.29º56.45%48.63%-
XYZ10.747.376.65-
YUV76.75124.19161.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=50%
G=21.77%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124547000.560.440.51346.2939.3334.9
Hex7C36460382C3315a2723
Octal1746610607054635324743
Binary111110011011010001100111000101100110011101011010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,54,70); }

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

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

 a { background-color: rgb(124,54,70); }

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

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

 span { border-color: rgb(124,54,70); }

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