#764451

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

Shades of Camelot #764451

Tints of Camelot #764451

Color information

#764451 (or 0x764451) is unknown color: approx Camelot. HEX triplet: 76, 44 and 51. RGB value is (118,68,81). Sum of RGB (Red+Green+Blue) = 118+68+81=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764451 is #89BBAE. Grayscale: #545454. Windows color (decimal): -9026479 or 5325942. OLE color: 5325942.

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

Color convert

RGB1186881-
CMYK00.420.310.54
HSL344.4º26.88%36.47%-
HSV(B)344.4º42.37%46.27%-
XYZ11.028.588.86-
YUV84.43126.06151.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=44.19%
G=25.47%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118688100.420.310.54344.426.8836.47
Hex76445102A1F361581b24
Octal16610412105237665303344
Binary11101101000100101000101010101111111011010101100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764451; }

 p { color: rgb(118,68,81); }

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

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

 a { background-color: rgb(118,68,81); }

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

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

 span { border-color: rgb(118,68,81); }

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