#753A4C

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

Shades of Camelot #753A4C

Tints of Camelot #753A4C

Color information

#753A4C (or 0x753A4C) is unknown color: approx Camelot. HEX triplet: 75, 3A and 4C. RGB value is (117,58,76). Sum of RGB (Red+Green+Blue) = 117+58+76=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A4C is #8AC5B3. Grayscale: #4D4D4D. Windows color (decimal): -9094580 or 4995701. OLE color: 4995701.

HSL color Cylindrical-coordinate representation of color #753A4C: hue angle of 341.69º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A4C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1175876-
CMYK00.500.350.54
HSL341.69º33.71%34.31%-
HSV(B)341.69º50.43%45.88%-
XYZ10.157.337.72-
YUV77.69127.05156.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=46.61%
G=23.11%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117587600.500.350.54341.6933.7134.31
Hex753A4C03223361562222
Octal1657211406243665264242
Binary111010111101010011000110010100011110110101010110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A4C; }

 p { color: rgb(117,58,76); }

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

<style>
 a { background-color: #753A4C; }

 a { background-color: rgb(117,58,76); }

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

<style>
 span { border-color: #753A4C; }

 span { border-color: rgb(117,58,76); }

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