#754A53

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

Shades of Camelot #754A53

Tints of Camelot #754A53

Color information

#754A53 (or 0x754A53) is unknown color: approx Camelot. HEX triplet: 75, 4A and 53. RGB value is (117,74,83). Sum of RGB (Red+Green+Blue) = 117+74+83=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A53 is #8AB5AC. Grayscale: #575757. Windows color (decimal): -9090477 or 5458549. OLE color: 5458549.

HSL color Cylindrical-coordinate representation of color #754A53: hue angle of 347.44º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A53 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1177483-
CMYK00.370.290.54
HSL347.44º22.51%37.45%-
HSV(B)347.44º36.75%45.88%-
XYZ11.359.39.38-
YUV87.88125.25148.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=42.70%
G=27.01%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117748300.370.290.54347.4422.5137.45
Hex754A530251D3615b1725
Octal16511212304535665332745
Binary11101011001010101001101001011110111011010101101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A53; }

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

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

<style>
 a { background-color: #754A53; }

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

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

<style>
 span { border-color: #754A53; }

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

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