#754750

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

Shades of Camelot #754750

Tints of Camelot #754750

Color information

#754750 (or 0x754750) is unknown color: approx Camelot. HEX triplet: 75, 47 and 50. RGB value is (117,71,80). Sum of RGB (Red+Green+Blue) = 117+71+80=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754750 is #8AB8AF. Grayscale: #555555. Windows color (decimal): -9091248 or 5261173. OLE color: 5261173.

HSL color Cylindrical-coordinate representation of color #754750: hue angle of 348.26º 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 #754750 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1177180-
CMYK00.390.320.54
HSL348.26º24.47%36.86%-
HSV(B)348.26º39.32%45.88%-
XYZ11.048.878.72-
YUV85.78124.74150.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=43.66%
G=26.49%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117718000.390.320.54348.2624.4736.86
Hex754750027203615c1825
Octal16510712004740665343045
Binary111010110001111010000010011110000011011010101110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754750; }

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

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

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

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

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

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

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

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