#764652

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

Shades of Camelot #764652

Tints of Camelot #764652

Color information

#764652 (or 0x764652) is unknown color: approx Camelot. HEX triplet: 76, 46 and 52. RGB value is (118,70,82). Sum of RGB (Red+Green+Blue) = 118+70+82=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764652 is #89B9AD. Grayscale: #555555. Windows color (decimal): -9025966 or 5391990. OLE color: 5391990.

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

Color convert

RGB1187082-
CMYK00.410.310.54
HSL345º25.53%36.86%-
HSV(B)345º40.68%46.27%-
XYZ11.188.849.1-
YUV85.72125.9151.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=43.70%
G=25.93%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118708200.410.310.5434525.5336.86
Hex7646520291F361591a25
Octal16610612205137665313245
Binary11101101000110101001001010011111111011010101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764652; }

 p { color: rgb(118,70,82); }

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

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

 a { background-color: rgb(118,70,82); }

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

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

 span { border-color: rgb(118,70,82); }

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