#783C52

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

Shades of Camelot #783C52

Tints of Camelot #783C52

Color information

#783C52 (or 0x783C52) is unknown color: approx Camelot. HEX triplet: 78, 3C and 52. RGB value is (120,60,82). Sum of RGB (Red+Green+Blue) = 120+60+82=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #783C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C52 is #87C3AD. Grayscale: #505050. Windows color (decimal): -8897454 or 5389432. OLE color: 5389432.

HSL color Cylindrical-coordinate representation of color #783C52: hue angle of 338º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C52 is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1206082-
CMYK00.50.320.53
HSL338º33.33%35.29%-
HSV(B)338º50%47.06%-
XYZ10.887.838.92-
YUV80.45128.88156.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=45.80%
G=22.90%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120608200.50.320.5333833.3335.29
Hex783C5203220351522123
Octal1707412206240655224143
Binary111100011110010100100110010100000110101101010010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783C52; }

 p { color: rgb(120,60,82); }

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

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

 a { background-color: rgb(120,60,82); }

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

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

 span { border-color: rgb(120,60,82); }

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