#78464F

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

Shades of Camelot #78464F

Tints of Camelot #78464F

Color information

#78464F (or 0x78464F) is unknown color: approx Camelot. HEX triplet: 78, 46 and 4F. RGB value is (120,70,79). Sum of RGB (Red+Green+Blue) = 120+70+79=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78464F is #87B9B0. Grayscale: #555555. Windows color (decimal): -8894897 or 5195384. OLE color: 5195384.

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

Color convert

RGB1207079-
CMYK00.420.340.53
HSL349.2º26.32%37.25%-
HSV(B)349.2º41.67%47.06%-
XYZ11.358.948.52-
YUV85.98124.06152.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=44.61%
G=26.02%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120707900.420.340.53349.226.3237.25
Hex78464F02A223515d1a25
Octal17010611705242655353245
Binary111100010001101001111010101010001011010110101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78464F; }

 p { color: rgb(120,70,79); }

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

<style>
 a { background-color: #78464F; }

 a { background-color: rgb(120,70,79); }

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

<style>
 span { border-color: #78464F; }

 span { border-color: rgb(120,70,79); }

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