#784953

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

Shades of Camelot #784953

Tints of Camelot #784953

Color information

#784953 (or 0x784953) is unknown color: approx Camelot. HEX triplet: 78, 49 and 53. RGB value is (120,73,83). Sum of RGB (Red+Green+Blue) = 120+73+83=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #784953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784953 is #87B6AC. Grayscale: #585858. Windows color (decimal): -8894125 or 5458296. OLE color: 5458296.

HSL color Cylindrical-coordinate representation of color #784953: hue angle of 347.23º 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 #784953 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1207383-
CMYK00.390.310.53
HSL347.23º24.35%37.84%-
HSV(B)347.23º39.17%47.06%-
XYZ11.699.389.38-
YUV88.19125.07150.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=43.48%
G=26.45%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120738300.390.310.53347.2324.3537.84
Hex7849530271F3515b1826
Octal17011112304737655333046
Binary11110001001001101001101001111111111010110101101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784953; }

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

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

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

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

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

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

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

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