#784050

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

Shades of Camelot #784050

Tints of Camelot #784050

Color information

#784050 (or 0x784050) is unknown color: approx Camelot. HEX triplet: 78, 40 and 50. RGB value is (120,64,80). Sum of RGB (Red+Green+Blue) = 120+64+80=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #784050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784050 is #87BFAF. Grayscale: #525252. Windows color (decimal): -8896432 or 5259384. OLE color: 5259384.

HSL color Cylindrical-coordinate representation of color #784050: hue angle of 342.86º degrees, saturation: 0.3, 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 #784050 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1206480-
CMYK00.470.330.53
HSL342.86º30.43%36.08%-
HSV(B)342.86º46.67%47.06%-
XYZ11.038.248.6-
YUV82.57126.55154.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=45.45%
G=24.24%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120648000.470.330.53342.8630.4336.08
Hex78405002F21351571e24
Octal17010012005741655273644
Binary111100010000001010000010111110000111010110101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784050; }

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

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

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

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

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

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

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

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