#783B4F

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

Shades of Camelot #783B4F

Tints of Camelot #783B4F

Color information

#783B4F (or 0x783B4F) is unknown color: approx Camelot. HEX triplet: 78, 3B and 4F. RGB value is (120,59,79). Sum of RGB (Red+Green+Blue) = 120+59+79=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #783B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B4F is #87C4B0. Grayscale: #4F4F4F. Windows color (decimal): -8897713 or 5192568. OLE color: 5192568.

HSL color Cylindrical-coordinate representation of color #783B4F: hue angle of 340.33º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B4F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1205979-
CMYK00.510.340.53
HSL340.33º34.08%35.1%-
HSV(B)340.33º50.83%47.06%-
XYZ10.727.698.32-
YUV79.52127.71156.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=46.51%
G=22.87%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120597900.510.340.53340.3334.0835.1
Hex783B4F03322351542223
Octal1707311706342655244243
Binary111100011101110011110110011100010110101101010100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783B4F; }

 p { color: rgb(120,59,79); }

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

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

 a { background-color: rgb(120,59,79); }

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

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

 span { border-color: rgb(120,59,79); }

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