#7C3A50

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

Shades of Camelot #7C3A50

Tints of Camelot #7C3A50

Color information

#7C3A50 (or 0x7C3A50) is unknown color: approx Camelot. HEX triplet: 7C, 3A and 50. RGB value is (124,58,80). Sum of RGB (Red+Green+Blue) = 124+58+80=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A50 is #83C5AF. Grayscale: #505050. Windows color (decimal): -8635824 or 5257852. OLE color: 5257852.

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

Color convert

RGB1245880-
CMYK00.530.350.51
HSL340º36.26%35.69%-
HSV(B)340º53.23%48.63%-
XYZ11.277.898.52-
YUV80.24127.87159.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=47.33%
G=22.14%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124588000.530.350.5134036.2635.69
Hex7C3A5003523331542424
Octal1747212006543635244444
Binary111110011101010100000110101100011110011101010100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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