#76414F

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

Shades of Camelot #76414F

Tints of Camelot #76414F

Color information

#76414F (or 0x76414F) is unknown color: approx Camelot. HEX triplet: 76, 41 and 4F. RGB value is (118,65,79). Sum of RGB (Red+Green+Blue) = 118+65+79=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76414F is #89BEB0. Grayscale: #525252. Windows color (decimal): -9027249 or 5194102. OLE color: 5194102.

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

Color convert

RGB1186579-
CMYK00.450.330.54
HSL344.15º28.96%35.88%-
HSV(B)344.15º44.92%46.27%-
XYZ10.778.28.41-
YUV82.44126.06153.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=45.04%
G=24.81%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118657900.450.330.54344.1528.9635.88
Hex76414F02D21361581d24
Octal16610111705541665303544
Binary111011010000011001111010110110000111011010101100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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