#76454F

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

Shades of Camelot #76454F

Tints of Camelot #76454F

Color information

#76454F (or 0x76454F) is unknown color: approx Camelot. HEX triplet: 76, 45 and 4F. RGB value is (118,69,79). Sum of RGB (Red+Green+Blue) = 118+69+79=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76454F is #89BAB0. Grayscale: #545454. Windows color (decimal): -9026225 or 5195126. OLE color: 5195126.

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

Color convert

RGB1186979-
CMYK00.420.330.54
HSL347.76º26.2%36.67%-
HSV(B)347.76º41.53%46.27%-
XYZ11.018.678.49-
YUV84.79124.73151.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=44.36%
G=25.94%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118697900.420.330.54347.7626.236.67
Hex76454F02A213615c1a25
Octal16610511705241665343245
Binary111011010001011001111010101010000111011010101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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