#7C3A4B

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

Shades of Camelot #7C3A4B

Tints of Camelot #7C3A4B

Color information

#7C3A4B (or 0x7C3A4B) is unknown color: approx Camelot. HEX triplet: 7C, 3A and 4B. RGB value is (124,58,75). Sum of RGB (Red+Green+Blue) = 124+58+75=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A4B is #83C5B4. Grayscale: #4F4F4F. Windows color (decimal): -8635829 or 4930172. OLE color: 4930172.

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

Color convert

RGB1245875-
CMYK00.530.400.51
HSL344.55º36.26%35.69%-
HSV(B)344.55º53.23%48.63%-
XYZ11.17.827.58-
YUV79.67125.37159.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.25%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=48.25%
G=22.57%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124587500.530.400.51344.5536.2635.69
Hex7C3A4B03528331592424
Octal1747211306550635314444
Binary111110011101010010110110101101000110011101011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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