#754953

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

Shades of Camelot #754953

Tints of Camelot #754953

Color information

#754953 (or 0x754953) is unknown color: approx Camelot. HEX triplet: 75, 49 and 53. RGB value is (117,73,83). Sum of RGB (Red+Green+Blue) = 117+73+83=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #754953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754953 is #8AB6AC. Grayscale: #575757. Windows color (decimal): -9090733 or 5458293. OLE color: 5458293.

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

Color convert

RGB1177383-
CMYK00.380.290.54
HSL346.36º23.16%37.25%-
HSV(B)346.36º37.61%45.88%-
XYZ11.289.179.36-
YUV87.3125.58149.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=42.86%
G=26.74%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117738300.380.290.54346.3623.1637.25
Hex7549530261D3615a1725
Octal16511112304635665322745
Binary11101011001001101001101001101110111011010101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754953; }

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

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

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

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

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

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

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

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