#78404D

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

Shades of Camelot #78404D

Tints of Camelot #78404D

Color information

#78404D (or 0x78404D) is unknown color: approx Camelot. HEX triplet: 78, 40 and 4D. RGB value is (120,64,77). Sum of RGB (Red+Green+Blue) = 120+64+77=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78404D is #87BFB2. Grayscale: #525252. Windows color (decimal): -8896435 or 5062776. OLE color: 5062776.

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

Color convert

RGB1206477-
CMYK00.470.360.53
HSL346.07º30.43%36.08%-
HSV(B)346.07º46.67%47.06%-
XYZ10.928.28.03-
YUV82.23125.05154.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=45.98%
G=24.52%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120647700.470.360.53346.0730.4336.08
Hex78404D02F243515a1e24
Octal17010011505744655323644
Binary111100010000001001101010111110010011010110101101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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