#78444E

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

Shades of Camelot #78444E

Tints of Camelot #78444E

Color information

#78444E (or 0x78444E) is unknown color: approx Camelot. HEX triplet: 78, 44 and 4E. RGB value is (120,68,78). Sum of RGB (Red+Green+Blue) = 120+68+78=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78444E is #87BBB1. Grayscale: #545454. Windows color (decimal): -8895410 or 5129336. OLE color: 5129336.

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

Color convert

RGB1206878-
CMYK00.430.350.53
HSL348.46º27.66%36.86%-
HSV(B)348.46º43.33%47.06%-
XYZ11.198.688.29-
YUV84.69124.23153.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=45.11%
G=25.56%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120687800.430.350.53348.4627.6636.86
Hex78444E02B233515c1c25
Octal17010411605343655343445
Binary111100010001001001110010101110001111010110101110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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