#78454E

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

Shades of Camelot #78454E

Tints of Camelot #78454E

Color information

#78454E (or 0x78454E) is unknown color: approx Camelot. HEX triplet: 78, 45 and 4E. RGB value is (120,69,78). Sum of RGB (Red+Green+Blue) = 120+69+78=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78454E is #87BAB1. Grayscale: #555555. Windows color (decimal): -8895154 or 5129592. OLE color: 5129592.

HSL color Cylindrical-coordinate representation of color #78454E: hue angle of 349.41º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78454E is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1206978-
CMYK00.420.350.53
HSL349.41º26.98%37.06%-
HSV(B)349.41º42.5%47.06%-
XYZ11.258.88.31-
YUV85.28123.9152.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=44.94%
G=25.84%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120697800.420.350.53349.4126.9837.06
Hex78454E02A233515d1b25
Octal17010511605243655353345
Binary111100010001011001110010101010001111010110101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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