#7E394C

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

Shades of Camelot #7E394C

Tints of Camelot #7E394C

Color information

#7E394C (or 0x7E394C) is unknown color: approx Camelot. HEX triplet: 7E, 39 and 4C. RGB value is (126,57,76). Sum of RGB (Red+Green+Blue) = 126+57+76=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E394C is #81C6B3. Grayscale: #4F4F4F. Windows color (decimal): -8505012 or 4995454. OLE color: 4995454.

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

Color convert

RGB1265776-
CMYK00.550.400.51
HSL343.48º37.7%35.88%-
HSV(B)343.48º54.76%49.41%-
XYZ11.377.887.76-
YUV79.8125.86160.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.65%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=48.65%
G=22.01%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126577600.550.400.51343.4837.735.88
Hex7E394C03728331572624
Octal1767111406750635274644
Binary111111011100110011000110111101000110011101010111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,76); }

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

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

 a { background-color: rgb(126,57,76); }

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

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

 span { border-color: rgb(126,57,76); }

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