#763546

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

Shades of Camelot #763546

Tints of Camelot #763546

Color information

#763546 (or 0x763546) is unknown color: approx Camelot. HEX triplet: 76, 35 and 46. RGB value is (118,53,70). Sum of RGB (Red+Green+Blue) = 118+53+70=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763546 is #89CAB9. Grayscale: #4A4A4A. Windows color (decimal): -9030330 or 4601206. OLE color: 4601206.

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

Color convert

RGB1185370-
CMYK00.550.410.54
HSL344.31º38.01%33.53%-
HSV(B)344.31º55.08%46.27%-
XYZ9.856.846.6-
YUV74.37125.53159.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=48.96%
G=21.99%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537000.550.410.54344.3138.0133.53
Hex76354603729361582622
Octal1666510606751665304642
Binary111011011010110001100110111101001110110101011000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763546; }

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

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

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

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

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

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

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

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