#764551

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

Shades of Camelot #764551

Tints of Camelot #764551

Color information

#764551 (or 0x764551) is unknown color: approx Camelot. HEX triplet: 76, 45 and 51. RGB value is (118,69,81). Sum of RGB (Red+Green+Blue) = 118+69+81=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764551 is #89BAAE. Grayscale: #555555. Windows color (decimal): -9026223 or 5326198. OLE color: 5326198.

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

Color convert

RGB1186981-
CMYK00.420.310.54
HSL345.31º26.2%36.67%-
HSV(B)345.31º41.53%46.27%-
XYZ11.088.78.88-
YUV85.02125.73151.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=44.03%
G=25.75%
B=30.22%

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
Decimal118698100.420.310.54345.3126.236.67
Hex76455102A1F361591a25
Octal16610512105237665313245
Binary11101101000101101000101010101111111011010101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764551; }

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

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

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

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

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

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

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

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