#754752

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

Shades of Camelot #754752

Tints of Camelot #754752

Color information

#754752 (or 0x754752) is unknown color: approx Camelot. HEX triplet: 75, 47 and 52. RGB value is (117,71,82). Sum of RGB (Red+Green+Blue) = 117+71+82=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754752 is #8AB8AD. Grayscale: #565656. Windows color (decimal): -9091246 or 5392245. OLE color: 5392245.

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

Color convert

RGB1177182-
CMYK00.390.300.54
HSL345.65º24.47%36.86%-
HSV(B)345.65º39.32%45.88%-
XYZ11.118.99.11-
YUV86.01125.74150.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=43.33%
G=26.30%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117718200.390.300.54345.6524.4736.86
Hex7547520271E3615a1825
Octal16510712204736665323045
Binary11101011000111101001001001111111011011010101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754752; }

 p { color: rgb(117,71,82); }

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

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

 a { background-color: rgb(117,71,82); }

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

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

 span { border-color: rgb(117,71,82); }

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