#753D4C

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

Shades of Camelot #753D4C

Tints of Camelot #753D4C

Color information

#753D4C (or 0x753D4C) is unknown color: approx Camelot. HEX triplet: 75, 3D and 4C. RGB value is (117,61,76). Sum of RGB (Red+Green+Blue) = 117+61+76=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #753D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D4C is #8AC2B3. Grayscale: #4F4F4F. Windows color (decimal): -9093812 or 4996469. OLE color: 4996469.

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

Color convert

RGB1176176-
CMYK00.480.350.54
HSL343.93º31.46%34.9%-
HSV(B)343.93º47.86%45.88%-
XYZ10.317.647.77-
YUV79.45126.05154.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=46.06%
G=24.02%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117617600.480.350.54343.9331.4634.9
Hex753D4C03023361581f23
Octal1657511406043665303743
Binary11101011111011001100011000010001111011010101100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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