#784554

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

Shades of Camelot #784554

Tints of Camelot #784554

Color information

#784554 (or 0x784554) is unknown color: approx Camelot. HEX triplet: 78, 45 and 54. RGB value is (120,69,84). Sum of RGB (Red+Green+Blue) = 120+69+84=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784554 is #87BAAB. Grayscale: #555555. Windows color (decimal): -8895148 or 5522808. OLE color: 5522808.

HSL color Cylindrical-coordinate representation of color #784554: hue angle of 342.35º degrees, saturation: 0.27, 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 #784554 is Cyan = 0, Magento = 0.42, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB1206984-
CMYK00.420.30.53
HSL342.35º26.98%37.06%-
HSV(B)342.35º42.5%47.06%-
XYZ11.478.899.5-
YUV85.96126.9152.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=43.96%
G=25.27%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120698400.420.30.53342.3526.9837.06
Hex78455402A1E351561b25
Octal17010512405236655263345
Binary11110001000101101010001010101111011010110101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784554; }

 p { color: rgb(120,69,84); }

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

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

 a { background-color: rgb(120,69,84); }

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

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

 span { border-color: rgb(120,69,84); }

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