#7C454E

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

Shades of Camelot #7C454E

Tints of Camelot #7C454E

Color information

#7C454E (or 0x7C454E) is unknown color: approx Camelot. HEX triplet: 7C, 45 and 4E. RGB value is (124,69,78). Sum of RGB (Red+Green+Blue) = 124+69+78=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C454E is #83BAB1. Grayscale: #565656. Windows color (decimal): -8633010 or 5129596. OLE color: 5129596.

HSL color Cylindrical-coordinate representation of color #7C454E: hue angle of 350.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C454E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1246978-
CMYK00.440.370.51
HSL350.18º28.5%37.84%-
HSV(B)350.18º44.35%48.63%-
XYZ11.829.098.34-
YUV86.47123.22154.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=45.76%
G=25.46%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124697800.440.370.51350.1828.537.84
Hex7C454E02C253315e1c26
Octal17410511605445635363446
Binary111110010001011001110010110010010111001110101111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C454E; }

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

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

<style>
 a { background-color: #7C454E; }

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

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

<style>
 span { border-color: #7C454E; }

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

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