#763847

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

Shades of Camelot #763847

Tints of Camelot #763847

Color information

#763847 (or 0x763847) is unknown color: approx Camelot. HEX triplet: 76, 38 and 47. RGB value is (118,56,71). Sum of RGB (Red+Green+Blue) = 118+56+71=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #763847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763847 is #89C7B8. Grayscale: #4C4C4C. Windows color (decimal): -9029561 or 4667510. OLE color: 4667510.

HSL color Cylindrical-coordinate representation of color #763847: hue angle of 345.48º 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 #763847 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1185671-
CMYK00.530.400.54
HSL345.48º35.63%34.12%-
HSV(B)345.48º52.54%46.27%-
XYZ10.027.136.81-
YUV76.25125.04157.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=48.16%
G=22.86%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118567100.530.400.54345.4835.6334.12
Hex76384703528361592422
Octal1667010706550665314442
Binary111011011100010001110110101101000110110101011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763847; }

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

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

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

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

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

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

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

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