#744850

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

Shades of Camelot #744850

Tints of Camelot #744850

Color information

#744850 (or 0x744850) is unknown color: approx Camelot. HEX triplet: 74, 48 and 50. RGB value is (116,72,80). Sum of RGB (Red+Green+Blue) = 116+72+80=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #744850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744850 is #8BB7AF. Grayscale: #565656. Windows color (decimal): -9156528 or 5261428. OLE color: 5261428.

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

Color convert

RGB1167280-
CMYK00.380.310.55
HSL349.09º23.4%36.86%-
HSV(B)349.09º37.93%45.49%-
XYZ10.978.938.73-
YUV86.07124.58149.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=43.28%
G=26.87%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116728000.380.310.55349.0923.436.86
Hex7448500261F3715d1725
Octal16411012004637675352745
Binary11101001001000101000001001101111111011110101110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744850; }

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

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

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

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

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

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

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

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