#763744

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

Shades of Camelot #763744

Tints of Camelot #763744

Color information

#763744 (or 0x763744) is unknown color: approx Camelot. HEX triplet: 76, 37 and 44. RGB value is (118,55,68). Sum of RGB (Red+Green+Blue) = 118+55+68=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763744 is #89C8BB. Grayscale: #4B4B4B. Windows color (decimal): -9029820 or 4470646. OLE color: 4470646.

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

Color convert

RGB1185568-
CMYK00.530.420.54
HSL347.62º36.42%33.92%-
HSV(B)347.62º53.39%46.27%-
XYZ9.8876.3-
YUV75.32123.87158.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=48.96%
G=22.82%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118556800.530.420.54347.6236.4233.92
Hex7637440352A3615c2422
Octal1666710406552665344442
Binary111011011011110001000110101101010110110101011100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763744; }

 p { color: rgb(118,55,68); }

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

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

 a { background-color: rgb(118,55,68); }

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

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

 span { border-color: rgb(118,55,68); }

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