#763A4A

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

Shades of Camelot #763A4A

Tints of Camelot #763A4A

Color information

#763A4A (or 0x763A4A) is unknown color: approx Camelot. HEX triplet: 76, 3A and 4A. RGB value is (118,58,74). Sum of RGB (Red+Green+Blue) = 118+58+74=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #763A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A4A is #89C5B5. Grayscale: #4D4D4D. Windows color (decimal): -9029046 or 4864630. OLE color: 4864630.

HSL color Cylindrical-coordinate representation of color #763A4A: hue angle of 344º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A4A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1185874-
CMYK00.510.370.54
HSL344º34.09%34.51%-
HSV(B)344º50.85%46.27%-
XYZ10.227.377.36-
YUV77.76125.88156.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=47.2%
G=23.2%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118587400.510.370.5434434.0934.51
Hex763A4A03325361582223
Octal1667211206345665304243
Binary111011011101010010100110011100101110110101011000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A4A; }

 p { color: rgb(118,58,74); }

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

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

 a { background-color: rgb(118,58,74); }

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

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

 span { border-color: rgb(118,58,74); }

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