#76454E

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

Shades of Camelot #76454E

Tints of Camelot #76454E

Color information

#76454E (or 0x76454E) is unknown color: approx Camelot. HEX triplet: 76, 45 and 4E. RGB value is (118,69,78). Sum of RGB (Red+Green+Blue) = 118+69+78=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76454E is #89BAB1. Grayscale: #545454. Windows color (decimal): -9026226 or 5129590. OLE color: 5129590.

HSL color Cylindrical-coordinate representation of color #76454E: hue angle of 348.98º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76454E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1186978-
CMYK00.420.340.54
HSL348.98º26.2%36.67%-
HSV(B)348.98º41.53%46.27%-
XYZ10.978.668.3-
YUV84.68124.23151.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=44.53%
G=26.04%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118697800.420.340.54348.9826.236.67
Hex76454E02A223615d1a25
Octal16610511605242665353245
Binary111011010001011001110010101010001011011010101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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