#723F4C

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

Shades of Camelot #723F4C

Tints of Camelot #723F4C

Color information

#723F4C (or 0x723F4C) is unknown color: approx Camelot. HEX triplet: 72, 3F and 4C. RGB value is (114,63,76). Sum of RGB (Red+Green+Blue) = 114+63+76=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #723F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F4C is #8DC0B3. Grayscale: #4F4F4F. Windows color (decimal): -9289908 or 4996978. OLE color: 4996978.

HSL color Cylindrical-coordinate representation of color #723F4C: hue angle of 344.71º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #723F4C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1146376-
CMYK00.450.330.55
HSL344.71º28.81%34.71%-
HSV(B)344.71º44.74%44.71%-
XYZ10.027.657.79-
YUV79.73125.9152.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=45.06%
G=24.90%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114637600.450.330.55344.7128.8134.71
Hex723F4C02D21371591d23
Octal1627711405541675313543
Binary11100101111111001100010110110000111011110101100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723F4C; }

 p { color: rgb(114,63,76); }

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

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

 a { background-color: rgb(114,63,76); }

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

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

 span { border-color: rgb(114,63,76); }

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