#764853

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

Shades of Camelot #764853

Tints of Camelot #764853

Color information

#764853 (or 0x764853) is unknown color: approx Camelot. HEX triplet: 76, 48 and 53. RGB value is (118,72,83). Sum of RGB (Red+Green+Blue) = 118+72+83=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764853 is #89B7AC. Grayscale: #575757. Windows color (decimal): -9025453 or 5458038. OLE color: 5458038.

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

Color convert

RGB1187283-
CMYK00.390.300.54
HSL345.65º24.21%37.25%-
HSV(B)345.65º38.98%46.27%-
XYZ11.359.119.34-
YUV87.01125.74150.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=43.22%
G=26.37%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118728300.390.300.54345.6524.2137.25
Hex7648530271E3615a1825
Octal16611012304736665323045
Binary11101101001000101001101001111111011011010101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764853; }

 p { color: rgb(118,72,83); }

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

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

 a { background-color: rgb(118,72,83); }

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

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

 span { border-color: rgb(118,72,83); }

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