#76414E

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

Shades of Camelot #76414E

Tints of Camelot #76414E

Color information

#76414E (or 0x76414E) is unknown color: approx Camelot. HEX triplet: 76, 41 and 4E. RGB value is (118,65,78). Sum of RGB (Red+Green+Blue) = 118+65+78=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76414E is #89BEB1. Grayscale: #525252. Windows color (decimal): -9027250 or 5128566. OLE color: 5128566.

HSL color Cylindrical-coordinate representation of color #76414E: hue angle of 345.28º 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 #76414E is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1186578-
CMYK00.450.340.54
HSL345.28º28.96%35.88%-
HSV(B)345.28º44.92%46.27%-
XYZ10.748.188.22-
YUV82.33125.56153.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=45.21%
G=24.90%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118657800.450.340.54345.2828.9635.88
Hex76414E02D22361591d24
Octal16610111605542665313544
Binary111011010000011001110010110110001011011010101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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