#744852

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

Shades of Camelot #744852

Tints of Camelot #744852

Color information

#744852 (or 0x744852) is unknown color: approx Camelot. HEX triplet: 74, 48 and 52. RGB value is (116,72,82). Sum of RGB (Red+Green+Blue) = 116+72+82=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744852 is #8BB7AD. Grayscale: #565656. Windows color (decimal): -9156526 or 5392500. OLE color: 5392500.

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

Color convert

RGB1167282-
CMYK00.380.290.55
HSL346.36º23.4%36.86%-
HSV(B)346.36º37.93%45.49%-
XYZ11.048.969.13-
YUV86.3125.58149.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=42.96%
G=26.67%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116728200.380.290.55346.3623.436.86
Hex7448520261D3715a1725
Octal16411012204635675322745
Binary11101001001000101001001001101110111011110101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744852; }

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

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

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

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

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

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

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

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