#784954

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

Shades of Camelot #784954

Tints of Camelot #784954

Color information

#784954 (or 0x784954) is unknown color: approx Camelot. HEX triplet: 78, 49 and 54. RGB value is (120,73,84). Sum of RGB (Red+Green+Blue) = 120+73+84=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #784954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784954 is #87B6AB. Grayscale: #585858. Windows color (decimal): -8894124 or 5523832. OLE color: 5523832.

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

Color convert

RGB1207384-
CMYK00.390.30.53
HSL345.96º24.35%37.84%-
HSV(B)345.96º39.17%47.06%-
XYZ11.739.49.58-
YUV88.31125.57150.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=43.32%
G=26.35%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120738400.390.30.53345.9624.3537.84
Hex7849540271E3515a1826
Octal17011112404736655323046
Binary11110001001001101010001001111111011010110101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784954; }

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

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

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

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

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

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

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

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