#784353

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

Shades of Camelot #784353

Tints of Camelot #784353

Color information

#784353 (or 0x784353) is unknown color: approx Camelot. HEX triplet: 78, 43 and 53. RGB value is (120,67,83). Sum of RGB (Red+Green+Blue) = 120+67+83=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #784353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784353 is #87BCAC. Grayscale: #545454. Windows color (decimal): -8895661 or 5456760. OLE color: 5456760.

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

Color convert

RGB1206783-
CMYK00.440.310.53
HSL341.89º28.34%36.67%-
HSV(B)341.89º44.17%47.06%-
XYZ11.318.639.25-
YUV84.67127.06153.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=44.44%
G=24.81%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120678300.440.310.53341.8928.3436.67
Hex78435302C1F351561c25
Octal17010312305437655263445
Binary11110001000011101001101011001111111010110101011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784353; }

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

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

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

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

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

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

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

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