#754651

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

Shades of Camelot #754651

Tints of Camelot #754651

Color information

#754651 (or 0x754651) is unknown color: approx Camelot. HEX triplet: 75, 46 and 51. RGB value is (117,70,81). Sum of RGB (Red+Green+Blue) = 117+70+81=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754651 is #8AB9AE. Grayscale: #555555. Windows color (decimal): -9091503 or 5326453. OLE color: 5326453.

HSL color Cylindrical-coordinate representation of color #754651: hue angle of 345.96º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754651 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1177081-
CMYK00.400.310.54
HSL345.96º25.13%36.67%-
HSV(B)345.96º40.17%45.88%-
XYZ11.018.768.89-
YUV85.31125.57150.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=43.66%
G=26.12%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117708100.400.310.54345.9625.1336.67
Hex7546510281F3615a1925
Octal16510612105037665323145
Binary11101011000110101000101010001111111011010101101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754651; }

 p { color: rgb(117,70,81); }

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

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

 a { background-color: rgb(117,70,81); }

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

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

 span { border-color: rgb(117,70,81); }

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