#753D4F

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

Shades of Camelot #753D4F

Tints of Camelot #753D4F

Color information

#753D4F (or 0x753D4F) is unknown color: approx Camelot. HEX triplet: 75, 3D and 4F. RGB value is (117,61,79). Sum of RGB (Red+Green+Blue) = 117+61+79=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #753D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D4F is #8AC2B0. Grayscale: #4F4F4F. Windows color (decimal): -9093809 or 5193077. OLE color: 5193077.

HSL color Cylindrical-coordinate representation of color #753D4F: hue angle of 340.71º 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 #753D4F is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1176179-
CMYK00.480.320.54
HSL340.71º31.46%34.9%-
HSV(B)340.71º47.86%45.88%-
XYZ10.427.688.33-
YUV79.8127.55154.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 61 (24.22% from 255) = 23.74%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=45.53%
G=23.74%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117617900.480.320.54340.7131.4634.9
Hex753D4F03020361551f23
Octal1657511706040665253743
Binary11101011111011001111011000010000011011010101010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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