#7C4150

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

Shades of Camelot #7C4150

Tints of Camelot #7C4150

Color information

#7C4150 (or 0x7C4150) is unknown color: approx Camelot. HEX triplet: 7C, 41 and 50. RGB value is (124,65,80). Sum of RGB (Red+Green+Blue) = 124+65+80=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4150 is #83BEAF. Grayscale: #545454. Windows color (decimal): -8634032 or 5259644. OLE color: 5259644.

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

Color convert

RGB1246580-
CMYK00.480.350.51
HSL344.75º31.22%37.06%-
HSV(B)344.75º47.58%48.63%-
XYZ11.658.648.64-
YUV84.35125.55156.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=46.10%
G=24.16%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124658000.480.350.51344.7531.2237.06
Hex7C415003023331591f25
Octal17410112006043635313745
Binary111110010000011010000011000010001111001110101100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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