#7C404A

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

Shades of Camelot #7C404A

Tints of Camelot #7C404A

Color information

#7C404A (or 0x7C404A) is unknown color: approx Camelot. HEX triplet: 7C, 40 and 4A. RGB value is (124,64,74). Sum of RGB (Red+Green+Blue) = 124+64+74=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C404A is #83BFB5. Grayscale: #535353. Windows color (decimal): -8634294 or 4866172. OLE color: 4866172.

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

Color convert

RGB1246474-
CMYK00.480.400.51
HSL350º31.91%36.86%-
HSV(B)350º48.39%48.63%-
XYZ11.388.457.51-
YUV83.08122.88157.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=47.33%
G=24.43%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124647400.480.400.5135031.9136.86
Hex7C404A030283315e2025
Octal17410011206050635364045
Binary1111100100000010010100110000101000110011101011110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,64,74); }

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

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

 a { background-color: rgb(124,64,74); }

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

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

 span { border-color: rgb(124,64,74); }

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