#78404E

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

Shades of Camelot #78404E

Tints of Camelot #78404E

Color information

#78404E (or 0x78404E) is unknown color: approx Camelot. HEX triplet: 78, 40 and 4E. RGB value is (120,64,78). Sum of RGB (Red+Green+Blue) = 120+64+78=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78404E is #87BFB1. Grayscale: #525252. Windows color (decimal): -8896434 or 5128312. OLE color: 5128312.

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

Color convert

RGB1206478-
CMYK00.470.350.53
HSL345º30.43%36.08%-
HSV(B)345º46.67%47.06%-
XYZ10.958.218.22-
YUV82.34125.55154.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=45.80%
G=24.43%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120647800.470.350.5334530.4336.08
Hex78404E02F23351591e24
Octal17010011605743655313644
Binary111100010000001001110010111110001111010110101100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78404E; }

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

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

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

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

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

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

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

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