#78394E

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

Shades of Camelot #78394E

Tints of Camelot #78394E

Color information

#78394E (or 0x78394E) is unknown color: approx Camelot. HEX triplet: 78, 39 and 4E. RGB value is (120,57,78). Sum of RGB (Red+Green+Blue) = 120+57+78=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #78394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78394E is #87C6B1. Grayscale: #4E4E4E. Windows color (decimal): -8898226 or 5126520. OLE color: 5126520.

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

Color convert

RGB1205778-
CMYK00.520.350.53
HSL340º35.59%34.71%-
HSV(B)340º52.5%47.06%-
XYZ10.587.478.09-
YUV78.23127.87157.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=47.06%
G=22.35%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120577800.520.350.5334035.5934.71
Hex78394E03423351542423
Octal1707111606443655244443
Binary111100011100110011100110100100011110101101010100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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