#784351

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

Shades of Camelot #784351

Tints of Camelot #784351

Color information

#784351 (or 0x784351) is unknown color: approx Camelot. HEX triplet: 78, 43 and 51. RGB value is (120,67,81). Sum of RGB (Red+Green+Blue) = 120+67+81=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #784351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784351 is #87BCAE. Grayscale: #545454. Windows color (decimal): -8895663 or 5325688. OLE color: 5325688.

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

Color convert

RGB1206781-
CMYK00.440.320.53
HSL344.15º28.34%36.67%-
HSV(B)344.15º44.17%47.06%-
XYZ11.248.68.85-
YUV84.44126.06153.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=44.78%
G=25%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120678100.440.320.53344.1528.3436.67
Hex78435102C20351581c25
Octal17010312105440655303445
Binary111100010000111010001010110010000011010110101100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784351; }

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

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

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

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

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

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

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

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