#784051

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

Shades of Camelot #784051

Tints of Camelot #784051

Color information

#784051 (or 0x784051) is unknown color: approx Camelot. HEX triplet: 78, 40 and 51. RGB value is (120,64,81). Sum of RGB (Red+Green+Blue) = 120+64+81=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784051 is #87BFAE. Grayscale: #525252. Windows color (decimal): -8896431 or 5324920. OLE color: 5324920.

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

Color convert

RGB1206481-
CMYK00.470.320.53
HSL341.79º30.43%36.08%-
HSV(B)341.79º46.67%47.06%-
XYZ11.068.258.79-
YUV82.68127.05154.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=45.28%
G=24.15%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120648100.470.320.53341.7930.4336.08
Hex78405102F20351561e24
Octal17010012105740655263644
Binary111100010000001010001010111110000011010110101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784051; }

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

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

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

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

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

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

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

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