#7F3B4A

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

Shades of Camelot #7F3B4A

Tints of Camelot #7F3B4A

Color information

#7F3B4A (or 0x7F3B4A) is unknown color: approx Camelot. HEX triplet: 7F, 3B and 4A. RGB value is (127,59,74). Sum of RGB (Red+Green+Blue) = 127+59+74=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3B4A is #80C4B5. Grayscale: #515151. Windows color (decimal): -8438966 or 4864895. OLE color: 4864895.

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

Color convert

RGB1275974-
CMYK00.540.420.50
HSL346.76º36.56%36.47%-
HSV(B)346.76º53.54%49.8%-
XYZ11.558.137.44-
YUV81.04124.03160.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=48.85%
G=22.69%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127597400.540.420.50346.7636.5636.47
Hex7F3B4A0362A3215b2524
Octal1777311206652625334544
Binary111111111101110010100110110101010110010101011011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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