#78374A

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

Shades of Camelot #78374A

Tints of Camelot #78374A

Color information

#78374A (or 0x78374A) is unknown color: approx Camelot. HEX triplet: 78, 37 and 4A. RGB value is (120,55,74). Sum of RGB (Red+Green+Blue) = 120+55+74=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78374A is #87C8B5. Grayscale: #4C4C4C. Windows color (decimal): -8898742 or 4863864. OLE color: 4863864.

HSL color Cylindrical-coordinate representation of color #78374A: hue angle of 342.46º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78374A is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1205574-
CMYK00.540.380.53
HSL342.46º37.14%34.31%-
HSV(B)342.46º54.17%47.06%-
XYZ10.357.227.33-
YUV76.6126.53158.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=48.19%
G=22.09%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120557400.540.380.53342.4637.1434.31
Hex78374A03626351562522
Octal1706711206646655264542
Binary111100011011110010100110110100110110101101010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78374A; }

 p { color: rgb(120,55,74); }

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

<style>
 a { background-color: #78374A; }

 a { background-color: rgb(120,55,74); }

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

<style>
 span { border-color: #78374A; }

 span { border-color: rgb(120,55,74); }

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