#763143

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

Shades of Camelot #763143

Tints of Camelot #763143

Color information

#763143 (or 0x763143) is unknown color: approx Camelot. HEX triplet: 76, 31 and 43. RGB value is (118,49,67). Sum of RGB (Red+Green+Blue) = 118+49+67=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #763143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763143 is #89CEBC. Grayscale: #474747. Windows color (decimal): -9031357 or 4403574. OLE color: 4403574.

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

Color convert

RGB1184967-
CMYK00.580.430.54
HSL344.35º41.32%32.75%-
HSV(B)344.35º58.47%46.27%-
XYZ9.586.456.05-
YUV71.68125.36161.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 67 (26.56% from 255) = 28.63%
R=50.43%
G=20.94%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118496700.580.430.54344.3541.3232.75
Hex76314303A2B361582921
Octal1666110307253665305141
Binary111011011000110000110111010101011110110101011000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763143; }

 p { color: rgb(118,49,67); }

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

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

 a { background-color: rgb(118,49,67); }

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

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

 span { border-color: rgb(118,49,67); }

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