#7F4756

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

Shades of Camelot #7F4756

Tints of Camelot #7F4756

Color information

#7F4756 (or 0x7F4756) is unknown color: approx Camelot. HEX triplet: 7F, 47 and 56. RGB value is (127,71,86). Sum of RGB (Red+Green+Blue) = 127+71+86=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4756 is #80B8A9. Grayscale: #595959. Windows color (decimal): -8435882 or 5654399. OLE color: 5654399.

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

Color convert

RGB1277186-
CMYK00.440.320.50
HSL343.93º28.28%38.82%-
HSV(B)343.93º44.09%49.8%-
XYZ12.699.6910.01-
YUV89.45126.05154.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=44.72%
G=25%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127718600.440.320.50343.9328.2838.82
Hex7F475602C20321581c27
Octal17710712605440625303447
Binary111111110001111010110010110010000011001010101100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,86); }

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

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

 a { background-color: rgb(127,71,86); }

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

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

 span { border-color: rgb(127,71,86); }

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