#78414A

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

Shades of Camelot #78414A

Tints of Camelot #78414A

Color information

#78414A (or 0x78414A) is unknown color: approx Camelot. HEX triplet: 78, 41 and 4A. RGB value is (120,65,74). Sum of RGB (Red+Green+Blue) = 120+65+74=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #78414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78414A is #87BEB5. Grayscale: #525252. Windows color (decimal): -8896182 or 4866424. OLE color: 4866424.

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

Color convert

RGB1206574-
CMYK00.460.380.53
HSL350.18º29.73%36.27%-
HSV(B)350.18º45.83%47.06%-
XYZ10.878.277.5-
YUV82.47123.22154.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=46.33%
G=25.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120657400.460.380.53350.1829.7336.27
Hex78414A02E263515e1e24
Octal17010111205646655363644
Binary111100010000011001010010111010011011010110101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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