#7C4854

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

Shades of Camelot #7C4854

Tints of Camelot #7C4854

Color information

#7C4854 (or 0x7C4854) is unknown color: approx Camelot. HEX triplet: 7C, 48 and 54. RGB value is (124,72,84). Sum of RGB (Red+Green+Blue) = 124+72+84=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4854 is #83B7AB. Grayscale: #585858. Windows color (decimal): -8632236 or 5523580. OLE color: 5523580.

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

Color convert

RGB1247284-
CMYK00.420.320.51
HSL346.15º26.53%38.43%-
HSV(B)346.15º41.94%48.63%-
XYZ12.239.569.59-
YUV88.92125.23153.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.29%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 84 (33.20% from 255) = 30%
R=44.29%
G=25.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124728400.420.320.51346.1526.5338.43
Hex7C485402A203315a1b26
Octal17411012405240635323346
Binary111110010010001010100010101010000011001110101101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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