#764452

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

Shades of Camelot #764452

Tints of Camelot #764452

Color information

#764452 (or 0x764452) is unknown color: approx Camelot. HEX triplet: 76, 44 and 52. RGB value is (118,68,82). Sum of RGB (Red+Green+Blue) = 118+68+82=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764452 is #89BBAD. Grayscale: #545454. Windows color (decimal): -9026478 or 5391478. OLE color: 5391478.

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

Color convert

RGB1186882-
CMYK00.420.310.54
HSL343.2º26.88%36.47%-
HSV(B)343.2º42.37%46.27%-
XYZ11.068.599.06-
YUV84.55126.56151.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=44.03%
G=25.37%
B=30.60%

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
Decimal118688200.420.310.54343.226.8836.47
Hex76445202A1F361571b24
Octal16610412205237665273344
Binary11101101000100101001001010101111111011010101011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764452; }

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

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

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

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

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

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

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

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