#763F50

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

Shades of Camelot #763F50

Tints of Camelot #763F50

Color information

#763F50 (or 0x763F50) is unknown color: approx Camelot. HEX triplet: 76, 3F and 50. RGB value is (118,63,80). Sum of RGB (Red+Green+Blue) = 118+63+80=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #763F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F50 is #89C0AF. Grayscale: #515151. Windows color (decimal): -9027760 or 5259126. OLE color: 5259126.

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

Color convert

RGB1186380-
CMYK00.470.320.54
HSL341.45º30.39%35.49%-
HSV(B)341.45º46.61%46.27%-
XYZ10.77.998.57-
YUV81.38127.22154.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=45.21%
G=24.14%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118638000.470.320.54341.4530.3935.49
Hex763F5002F20361551e23
Octal1667712005740665253643
Binary11101101111111010000010111110000011011010101010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,63,80); }

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

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

 a { background-color: rgb(118,63,80); }

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

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

 span { border-color: rgb(118,63,80); }

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