#76404F

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

Shades of Camelot #76404F

Tints of Camelot #76404F

Color information

#76404F (or 0x76404F) is unknown color: approx Camelot. HEX triplet: 76, 40 and 4F. RGB value is (118,64,79). Sum of RGB (Red+Green+Blue) = 118+64+79=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76404F is #89BFB0. Grayscale: #515151. Windows color (decimal): -9027505 or 5193846. OLE color: 5193846.

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

Color convert

RGB1186479-
CMYK00.460.330.54
HSL343.33º29.67%35.69%-
HSV(B)343.33º45.76%46.27%-
XYZ10.728.088.39-
YUV81.86126.39153.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=45.21%
G=24.52%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118647900.460.330.54343.3329.6735.69
Hex76404F02E21361571e24
Octal16610011705641665273644
Binary111011010000001001111010111010000111011010101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76404F; }

 p { color: rgb(118,64,79); }

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

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

 a { background-color: rgb(118,64,79); }

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

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

 span { border-color: rgb(118,64,79); }

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