#7F3F4D

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

Shades of Camelot #7F3F4D

Tints of Camelot #7F3F4D

Color information

#7F3F4D (or 0x7F3F4D) is unknown color: approx Camelot. HEX triplet: 7F, 3F and 4D. RGB value is (127,63,77). Sum of RGB (Red+Green+Blue) = 127+63+77=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3F4D is #80C0B2. Grayscale: #535353. Windows color (decimal): -8437939 or 5062527. OLE color: 5062527.

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

Color convert

RGB1276377-
CMYK00.500.390.50
HSL346.88º33.68%37.25%-
HSV(B)346.88º50.39%49.8%-
XYZ11.878.68.06-
YUV83.73124.2158.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=47.57%
G=23.60%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127637700.500.390.50346.8833.6837.25
Hex7F3F4D032273215b2225
Octal1777711506247625334245
Binary111111111111110011010110010100111110010101011011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,63,77); }

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

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

 a { background-color: rgb(127,63,77); }

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

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

 span { border-color: rgb(127,63,77); }

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