#744751

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

Shades of Camelot #744751

Tints of Camelot #744751

Color information

#744751 (or 0x744751) is unknown color: approx Camelot. HEX triplet: 74, 47 and 51. RGB value is (116,71,81). Sum of RGB (Red+Green+Blue) = 116+71+81=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #744751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744751 is #8BB8AE. Grayscale: #555555. Windows color (decimal): -9156783 or 5326708. OLE color: 5326708.

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

Color convert

RGB1167181-
CMYK00.390.300.55
HSL346.67º24.06%36.67%-
HSV(B)346.67º38.79%45.49%-
XYZ10.948.818.91-
YUV85.59125.41149.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=43.28%
G=26.49%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116718100.390.300.55346.6724.0636.67
Hex7447510271E3715b1825
Octal16410712104736675333045
Binary11101001000111101000101001111111011011110101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744751; }

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

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

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

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

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

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

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

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