#7F394A

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

Shades of Camelot #7F394A

Tints of Camelot #7F394A

Color information

#7F394A (or 0x7F394A) is unknown color: approx Camelot. HEX triplet: 7F, 39 and 4A. RGB value is (127,57,74). Sum of RGB (Red+Green+Blue) = 127+57+74=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F394A is #80C6B5. Grayscale: #4F4F4F. Windows color (decimal): -8439478 or 4864383. OLE color: 4864383.

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

Color convert

RGB1275774-
CMYK00.550.420.50
HSL345.43º38.04%36.08%-
HSV(B)345.43º55.12%49.8%-
XYZ11.457.937.41-
YUV79.87124.69161.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=49.22%
G=22.09%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127577400.550.420.50345.4338.0436.08
Hex7F394A0372A321592624
Octal1777111206752625314644
Binary111111111100110010100110111101010110010101011001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,74); }

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

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

 a { background-color: rgb(127,57,74); }

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

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

 span { border-color: rgb(127,57,74); }

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