#744651

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

Shades of Camelot #744651

Tints of Camelot #744651

Color information

#744651 (or 0x744651) is unknown color: approx Camelot. HEX triplet: 74, 46 and 51. RGB value is (116,70,81). Sum of RGB (Red+Green+Blue) = 116+70+81=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #744651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744651 is #8BB9AE. Grayscale: #555555. Windows color (decimal): -9157039 or 5326452. OLE color: 5326452.

HSL color Cylindrical-coordinate representation of color #744651: hue angle of 345.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744651 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1167081-
CMYK00.400.300.55
HSL345.65º24.73%36.47%-
HSV(B)345.65º39.66%45.49%-
XYZ10.888.698.89-
YUV85.01125.74150.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=43.45%
G=26.22%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116708100.400.300.55345.6524.7336.47
Hex7446510281E3715a1924
Octal16410612105036675323144
Binary11101001000110101000101010001111011011110101101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744651; }

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

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

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

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

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

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

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

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