#763647

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

Shades of Camelot #763647

Tints of Camelot #763647

Color information

#763647 (or 0x763647) is unknown color: approx Camelot. HEX triplet: 76, 36 and 47. RGB value is (118,54,71). Sum of RGB (Red+Green+Blue) = 118+54+71=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763647 is #89C9B8. Grayscale: #4B4B4B. Windows color (decimal): -9030073 or 4666998. OLE color: 4666998.

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

Color convert

RGB1185471-
CMYK00.540.400.54
HSL344.06º37.21%33.73%-
HSV(B)344.06º54.24%46.27%-
XYZ9.936.946.78-
YUV75.07125.7158.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=48.56%
G=22.22%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118547100.540.400.54344.0637.2133.73
Hex76364703628361582522
Octal1666610706650665304542
Binary111011011011010001110110110101000110110101011000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763647; }

 p { color: rgb(118,54,71); }

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

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

 a { background-color: rgb(118,54,71); }

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

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

 span { border-color: rgb(118,54,71); }

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