#764552

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

Shades of Camelot #764552

Tints of Camelot #764552

Color information

#764552 (or 0x764552) is unknown color: approx Camelot. HEX triplet: 76, 45 and 52. RGB value is (118,69,82). Sum of RGB (Red+Green+Blue) = 118+69+82=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764552 is #89BAAD. Grayscale: #555555. Windows color (decimal): -9026222 or 5391734. OLE color: 5391734.

HSL color Cylindrical-coordinate representation of color #764552: hue angle of 344.08º 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 #764552 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1186982-
CMYK00.420.310.54
HSL344.08º26.2%36.67%-
HSV(B)344.08º41.53%46.27%-
XYZ11.128.729.08-
YUV85.13126.23151.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=43.87%
G=25.65%
B=30.48%

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
Decimal118698200.420.310.54344.0826.236.67
Hex76455202A1F361581a25
Octal16610512205237665303245
Binary11101101000101101001001010101111111011010101100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764552; }

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

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

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

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

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

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

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

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