#763D4E

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

Shades of Camelot #763D4E

Tints of Camelot #763D4E

Color information

#763D4E (or 0x763D4E) is unknown color: approx Camelot. HEX triplet: 76, 3D and 4E. RGB value is (118,61,78). Sum of RGB (Red+Green+Blue) = 118+61+78=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D4E is #89C2B1. Grayscale: #4F4F4F. Windows color (decimal): -9028274 or 5127542. OLE color: 5127542.

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

Color convert

RGB1186178-
CMYK00.480.340.54
HSL342.11º31.84%35.1%-
HSV(B)342.11º48.31%46.27%-
XYZ10.527.748.15-
YUV79.98126.88155.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 61 (24.22% from 255) = 23.74%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=45.91%
G=23.74%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118617800.480.340.54342.1131.8435.1
Hex763D4E03022361562023
Octal1667511606042665264043
Binary111011011110110011100110000100010110110101010110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,61,78); }

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

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

 a { background-color: rgb(118,61,78); }

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

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

 span { border-color: rgb(118,61,78); }

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