#76414D

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

Shades of Camelot #76414D

Tints of Camelot #76414D

Color information

#76414D (or 0x76414D) is unknown color: approx Camelot. HEX triplet: 76, 41 and 4D. RGB value is (118,65,77). Sum of RGB (Red+Green+Blue) = 118+65+77=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76414D is #89BEB2. Grayscale: #525252. Windows color (decimal): -9027251 or 5063030. OLE color: 5063030.

HSL color Cylindrical-coordinate representation of color #76414D: hue angle of 346.42º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76414D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1186577-
CMYK00.450.350.54
HSL346.42º28.96%35.88%-
HSV(B)346.42º44.92%46.27%-
XYZ10.78.178.03-
YUV82.22125.06153.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=45.38%
G=25%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118657700.450.350.54346.4228.9635.88
Hex76414D02D233615a1d24
Octal16610111505543665323544
Binary111011010000011001101010110110001111011010101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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