#763C4C

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

Shades of Camelot #763C4C

Tints of Camelot #763C4C

Color information

#763C4C (or 0x763C4C) is unknown color: approx Camelot. HEX triplet: 76, 3C and 4C. RGB value is (118,60,76). Sum of RGB (Red+Green+Blue) = 118+60+76=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C4C is #89C3B3. Grayscale: #4F4F4F. Windows color (decimal): -9028532 or 4996214. OLE color: 4996214.

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

Color convert

RGB1186076-
CMYK00.490.360.54
HSL343.45º32.58%34.9%-
HSV(B)343.45º49.15%46.27%-
XYZ10.397.617.76-
YUV79.17126.22155.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=46.46%
G=23.62%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118607600.490.360.54343.4532.5834.9
Hex763C4C03124361572123
Octal1667411406144665274143
Binary111011011110010011000110001100100110110101010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,60,76); }

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

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

 a { background-color: rgb(118,60,76); }

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

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

 span { border-color: rgb(118,60,76); }

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