#784354

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

Shades of Camelot #784354

Tints of Camelot #784354

Color information

#784354 (or 0x784354) is unknown color: approx Camelot. HEX triplet: 78, 43 and 54. RGB value is (120,67,84). Sum of RGB (Red+Green+Blue) = 120+67+84=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #784354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784354 is #87BCAB. Grayscale: #545454. Windows color (decimal): -8895660 or 5522296. OLE color: 5522296.

HSL color Cylindrical-coordinate representation of color #784354: hue angle of 340.75º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784354 is Cyan = 0, Magento = 0.44, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB1206784-
CMYK00.440.30.53
HSL340.75º28.34%36.67%-
HSV(B)340.75º44.17%47.06%-
XYZ11.358.659.46-
YUV84.78127.56153.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=44.28%
G=24.72%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120678400.440.30.53340.7528.3436.67
Hex78435402C1E351551c25
Octal17010312405436655253445
Binary11110001000011101010001011001111011010110101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784354; }

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

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

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

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

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

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

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

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