#7F3744

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

Shades of Camelot #7F3744

Tints of Camelot #7F3744

Color information

#7F3744 (or 0x7F3744) is unknown color: approx Camelot. HEX triplet: 7F, 37 and 44. RGB value is (127,55,68). Sum of RGB (Red+Green+Blue) = 127+55+68=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3744 is #80C8BB. Grayscale: #4E4E4E. Windows color (decimal): -8439996 or 4470655. OLE color: 4470655.

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

Color convert

RGB1275568-
CMYK00.570.460.50
HSL349.17º39.56%35.69%-
HSV(B)349.17º56.69%49.8%-
XYZ11.167.666.36-
YUV78.01122.35162.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=50.8%
G=22%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127556800.570.460.50349.1739.5635.69
Hex7F37440392E3215d2824
Octal1776710407156625355044
Binary111111111011110001000111001101110110010101011101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,68); }

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

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

 a { background-color: rgb(127,55,68); }

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

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

 span { border-color: rgb(127,55,68); }

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