#783A4B

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

Shades of Camelot #783A4B

Tints of Camelot #783A4B

Color information

#783A4B (or 0x783A4B) is unknown color: approx Camelot. HEX triplet: 78, 3A and 4B. RGB value is (120,58,75). Sum of RGB (Red+Green+Blue) = 120+58+75=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #783A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A4B is #87C5B4. Grayscale: #4E4E4E. Windows color (decimal): -8897973 or 4930168. OLE color: 4930168.

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

Color convert

RGB1205875-
CMYK00.520.370.53
HSL343.55º34.83%34.9%-
HSV(B)343.55º51.67%47.06%-
XYZ10.537.537.55-
YUV78.48126.04157.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=47.43%
G=22.92%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120587500.520.370.53343.5534.8334.9
Hex783A4B03425351582323
Octal1707211306445655304343
Binary111100011101010010110110100100101110101101011000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,58,75); }

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

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

 a { background-color: rgb(120,58,75); }

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

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

 span { border-color: rgb(120,58,75); }

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