#76404D

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

Shades of Camelot #76404D

Tints of Camelot #76404D

Color information

#76404D (or 0x76404D) is unknown color: approx Camelot. HEX triplet: 76, 40 and 4D. RGB value is (118,64,77). Sum of RGB (Red+Green+Blue) = 118+64+77=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76404D is #89BFB2. Grayscale: #515151. Windows color (decimal): -9027507 or 5062774. OLE color: 5062774.

HSL color Cylindrical-coordinate representation of color #76404D: hue angle of 345.56º 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 #76404D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1186477-
CMYK00.460.350.54
HSL345.56º29.67%35.69%-
HSV(B)345.56º45.76%46.27%-
XYZ10.648.058.01-
YUV81.63125.39153.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=45.56%
G=24.71%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118647700.460.350.54345.5629.6735.69
Hex76404D02E233615a1e24
Octal16610011505643665323644
Binary111011010000001001101010111010001111011010101101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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