#753F4C

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

Shades of Camelot #753F4C

Tints of Camelot #753F4C

Color information

#753F4C (or 0x753F4C) is unknown color: approx Camelot. HEX triplet: 75, 3F and 4C. RGB value is (117,63,76). Sum of RGB (Red+Green+Blue) = 117+63+76=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #753F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F4C is #8AC0B3. Grayscale: #505050. Windows color (decimal): -9093300 or 4996981. OLE color: 4996981.

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

Color convert

RGB1176376-
CMYK00.460.350.54
HSL345.56º30%35.29%-
HSV(B)345.56º46.15%45.88%-
XYZ10.427.867.81-
YUV80.63125.39153.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 63 (25% from 255) = 24.61%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=45.70%
G=24.61%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117637600.460.350.54345.563035.29
Hex753F4C02E233615a1e23
Octal1657711405643665323643
Binary11101011111111001100010111010001111011010101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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