#763446

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

Shades of Camelot #763446

Tints of Camelot #763446

Color information

#763446 (or 0x763446) is unknown color: approx Camelot. HEX triplet: 76, 34 and 46. RGB value is (118,52,70). Sum of RGB (Red+Green+Blue) = 118+52+70=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763446 is #89CBB9. Grayscale: #494949. Windows color (decimal): -9030586 or 4600950. OLE color: 4600950.

HSL color Cylindrical-coordinate representation of color #763446: hue angle of 343.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763446 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1185270-
CMYK00.560.410.54
HSL343.64º38.82%33.33%-
HSV(B)343.64º55.93%46.27%-
XYZ9.86.756.58-
YUV73.79125.87159.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=49.17%
G=21.67%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118527000.560.410.54343.6438.8233.33
Hex76344603829361582721
Octal1666410607051665304741
Binary111011011010010001100111000101001110110101011000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763446; }

 p { color: rgb(118,52,70); }

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

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

 a { background-color: rgb(118,52,70); }

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

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

 span { border-color: rgb(118,52,70); }

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