#753E4E

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

Shades of Camelot #753E4E

Tints of Camelot #753E4E

Color information

#753E4E (or 0x753E4E) is unknown color: approx Camelot. HEX triplet: 75, 3E and 4E. RGB value is (117,62,78). Sum of RGB (Red+Green+Blue) = 117+62+78=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #753E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E4E is #8AC1B1. Grayscale: #505050. Windows color (decimal): -9093554 or 5127797. OLE color: 5127797.

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

Color convert

RGB1176278-
CMYK00.470.330.54
HSL342.55º30.73%35.1%-
HSV(B)342.55º47.01%45.88%-
XYZ10.437.788.16-
YUV80.27126.72154.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=45.53%
G=24.12%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117627800.470.330.54342.5530.7335.1
Hex753E4E02F21361571f23
Octal1657611605741665273743
Binary11101011111101001110010111110000111011010101011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,62,78); }

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

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

 a { background-color: rgb(117,62,78); }

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

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

 span { border-color: rgb(117,62,78); }

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