#753E4A

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

Shades of Camelot #753E4A

Tints of Camelot #753E4A

Color information

#753E4A (or 0x753E4A) is unknown color: approx Camelot. HEX triplet: 75, 3E and 4A. RGB value is (117,62,74). Sum of RGB (Red+Green+Blue) = 117+62+74=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E4A is #8AC1B5. Grayscale: #4F4F4F. Windows color (decimal): -9093558 or 4865653. OLE color: 4865653.

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

Color convert

RGB1176274-
CMYK00.470.370.54
HSL346.91º30.73%35.1%-
HSV(B)346.91º47.01%45.88%-
XYZ10.297.727.43-
YUV79.81124.72154.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=46.25%
G=24.51%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117627400.470.370.54346.9130.7335.1
Hex753E4A02F253615b1f23
Octal1657611205745665333743
Binary11101011111101001010010111110010111011010101101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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