#744750

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

Shades of Camelot #744750

Tints of Camelot #744750

Color information

#744750 (or 0x744750) is unknown color: approx Camelot. HEX triplet: 74, 47 and 50. RGB value is (116,71,80). Sum of RGB (Red+Green+Blue) = 116+71+80=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #744750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744750 is #8BB8AF. Grayscale: #555555. Windows color (decimal): -9156784 or 5261172. OLE color: 5261172.

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

Color convert

RGB1167180-
CMYK00.390.310.55
HSL348º24.06%36.67%-
HSV(B)348º38.79%45.49%-
XYZ10.98.88.71-
YUV85.48124.91149.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=43.45%
G=26.59%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116718000.390.310.5534824.0636.67
Hex7447500271F3715c1825
Octal16410712004737675343045
Binary11101001000111101000001001111111111011110101110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744750; }

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

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

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

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

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

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

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

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