#783F4A

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

Shades of Camelot #783F4A

Tints of Camelot #783F4A

Color information

#783F4A (or 0x783F4A) is unknown color: approx Camelot. HEX triplet: 78, 3F and 4A. RGB value is (120,63,74). Sum of RGB (Red+Green+Blue) = 120+63+74=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #783F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F4A is #87C0B5. Grayscale: #515151. Windows color (decimal): -8896694 or 4865912. OLE color: 4865912.

HSL color Cylindrical-coordinate representation of color #783F4A: hue angle of 348.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #783F4A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1206374-
CMYK00.480.380.53
HSL348.42º31.15%35.88%-
HSV(B)348.42º47.5%47.06%-
XYZ10.768.047.46-
YUV81.3123.88155.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=46.69%
G=24.51%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120637400.480.380.53348.4231.1535.88
Hex783F4A030263515c1f24
Octal1707711206046655343744
Binary11110001111111001010011000010011011010110101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,63,74); }

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

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

 a { background-color: rgb(120,63,74); }

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

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

 span { border-color: rgb(120,63,74); }

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