#784154

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

Shades of Camelot #784154

Tints of Camelot #784154

Color information

#784154 (or 0x784154) is unknown color: approx Camelot. HEX triplet: 78, 41 and 54. RGB value is (120,65,84). Sum of RGB (Red+Green+Blue) = 120+65+84=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784154 is #87BEAB. Grayscale: #535353. Windows color (decimal): -8896172 or 5521784. OLE color: 5521784.

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

Color convert

RGB1206584-
CMYK00.460.30.53
HSL339.27º29.73%36.27%-
HSV(B)339.27º45.83%47.06%-
XYZ11.248.419.42-
YUV83.61128.22153.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=44.61%
G=24.16%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120658400.460.30.53339.2729.7336.27
Hex78415402E1E351531e24
Octal17010112405636655233644
Binary11110001000001101010001011101111011010110101001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784154; }

 p { color: rgb(120,65,84); }

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

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

 a { background-color: rgb(120,65,84); }

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

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

 span { border-color: rgb(120,65,84); }

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