#7C3A48

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

Shades of Camelot #7C3A48

Tints of Camelot #7C3A48

Color information

#7C3A48 (or 0x7C3A48) is unknown color: approx Camelot. HEX triplet: 7C, 3A and 48. RGB value is (124,58,72). Sum of RGB (Red+Green+Blue) = 124+58+72=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A48 is #83C5B7. Grayscale: #4F4F4F. Windows color (decimal): -8635832 or 4733564. OLE color: 4733564.

HSL color Cylindrical-coordinate representation of color #7C3A48: hue angle of 347.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C3A48 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1245872-
CMYK00.530.420.51
HSL347.27º36.26%35.69%-
HSV(B)347.27º53.23%48.63%-
XYZ10.997.787.05-
YUV79.33123.87159.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=48.82%
G=22.83%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124587200.530.420.51347.2736.2635.69
Hex7C3A480352A3315b2424
Octal1747211006552635334444
Binary111110011101010010000110101101010110011101011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,58,72); }

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

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

 a { background-color: rgb(124,58,72); }

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

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

 span { border-color: rgb(124,58,72); }

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