#754552

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

Shades of Camelot #754552

Tints of Camelot #754552

Color information

#754552 (or 0x754552) is unknown color: approx Camelot. HEX triplet: 75, 45 and 52. RGB value is (117,69,82). Sum of RGB (Red+Green+Blue) = 117+69+82=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754552 is #8ABAAD. Grayscale: #545454. Windows color (decimal): -9091758 or 5391733. OLE color: 5391733.

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

Color convert

RGB1176982-
CMYK00.410.300.54
HSL343.75º25.81%36.47%-
HSV(B)343.75º41.03%45.88%-
XYZ10.998.659.07-
YUV84.83126.4150.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=43.66%
G=25.75%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117698200.410.300.54343.7525.8136.47
Hex7545520291E361581a24
Octal16510512205136665303244
Binary11101011000101101001001010011111011011010101100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754552; }

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

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

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

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

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

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

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

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