#7C3645

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

Shades of Camelot #7C3645

Tints of Camelot #7C3645

Color information

#7C3645 (or 0x7C3645) is unknown color: approx Camelot. HEX triplet: 7C, 36 and 45. RGB value is (124,54,69). Sum of RGB (Red+Green+Blue) = 124+54+69=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3645 is #83C9BA. Grayscale: #4C4C4C. Windows color (decimal): -8636859 or 4535932. OLE color: 4535932.

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

Color convert

RGB1245469-
CMYK00.560.440.51
HSL347.14º39.33%34.9%-
HSV(B)347.14º56.45%48.63%-
XYZ10.717.356.49-
YUV76.64123.69161.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=50.20%
G=21.86%
B=27.94%

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
Decimal124546900.560.440.51347.1439.3334.9
Hex7C36450382C3315b2723
Octal1746610507054635334743
Binary111110011011010001010111000101100110011101011011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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