#764351

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

Shades of Camelot #764351

Tints of Camelot #764351

Color information

#764351 (or 0x764351) is unknown color: approx Camelot. HEX triplet: 76, 43 and 51. RGB value is (118,67,81). Sum of RGB (Red+Green+Blue) = 118+67+81=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764351 is #89BCAE. Grayscale: #535353. Windows color (decimal): -9026735 or 5325686. OLE color: 5325686.

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

Color convert

RGB1186781-
CMYK00.430.310.54
HSL343.53º27.57%36.27%-
HSV(B)343.53º43.22%46.27%-
XYZ10.968.468.84-
YUV83.84126.4152.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=44.36%
G=25.19%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118678100.430.310.54343.5327.5736.27
Hex76435102B1F361581c24
Octal16610312105337665303444
Binary11101101000011101000101010111111111011010101100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764351; }

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

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

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

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

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

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

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

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