#764050

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

Shades of Camelot #764050

Tints of Camelot #764050

Color information

#764050 (or 0x764050) is unknown color: approx Camelot. HEX triplet: 76, 40 and 50. RGB value is (118,64,80). Sum of RGB (Red+Green+Blue) = 118+64+80=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764050 is #89BFAF. Grayscale: #515151. Windows color (decimal): -9027504 or 5259382. OLE color: 5259382.

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

Color convert

RGB1186480-
CMYK00.460.320.54
HSL342.22º29.67%35.69%-
HSV(B)342.22º45.76%46.27%-
XYZ10.758.18.59-
YUV81.97126.89153.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=45.04%
G=24.43%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118648000.460.320.54342.2229.6735.69
Hex76405002E20361561e24
Octal16610012005640665263644
Binary111011010000001010000010111010000011011010101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764050; }

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

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

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

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

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

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

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

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