#783C50

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

Shades of Camelot #783C50

Tints of Camelot #783C50

Color information

#783C50 (or 0x783C50) is unknown color: approx Camelot. HEX triplet: 78, 3C and 50. RGB value is (120,60,80). Sum of RGB (Red+Green+Blue) = 120+60+80=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #783C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C50 is #87C3AF. Grayscale: #505050. Windows color (decimal): -8897456 or 5258360. OLE color: 5258360.

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

Color convert

RGB1206080-
CMYK00.50.330.53
HSL340º33.33%35.29%-
HSV(B)340º50%47.06%-
XYZ10.817.88.53-
YUV80.22127.88156.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120608000.50.330.5334033.3335.29
Hex783C5003221351542123
Octal1707412006241655244143
Binary111100011110010100000110010100001110101101010100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,60,80); }

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

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

 a { background-color: rgb(120,60,80); }

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

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

 span { border-color: rgb(120,60,80); }

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