#784550

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

Shades of Camelot #784550

Tints of Camelot #784550

Color information

#784550 (or 0x784550) is unknown color: approx Camelot. HEX triplet: 78, 45 and 50. RGB value is (120,69,80). Sum of RGB (Red+Green+Blue) = 120+69+80=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784550 is #87BAAF. Grayscale: #555555. Windows color (decimal): -8895152 or 5260664. OLE color: 5260664.

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

Color convert

RGB1206980-
CMYK00.420.330.53
HSL347.06º26.98%37.06%-
HSV(B)347.06º42.5%47.06%-
XYZ11.328.838.7-
YUV85.5124.9152.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=44.61%
G=25.65%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120698000.420.330.53347.0626.9837.06
Hex78455002A213515b1b25
Octal17010512005241655333345
Binary111100010001011010000010101010000111010110101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784550; }

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

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

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

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

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

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

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

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