#7F4253

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

Shades of Camelot #7F4253

Tints of Camelot #7F4253

Color information

#7F4253 (or 0x7F4253) is unknown color: approx Camelot. HEX triplet: 7F, 42 and 53. RGB value is (127,66,83). Sum of RGB (Red+Green+Blue) = 127+66+83=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4253 is #80BDAC. Grayscale: #565656. Windows color (decimal): -8437165 or 5456511. OLE color: 5456511.

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

Color convert

RGB1276683-
CMYK00.480.350.50
HSL343.28º31.61%37.84%-
HSV(B)343.28º48.03%49.8%-
XYZ12.269.039.28-
YUV86.18126.21157.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.01%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=46.01%
G=23.91%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127668300.480.350.50343.2831.6137.84
Hex7F425303023321572026
Octal17710212306043625274046
Binary1111111100001010100110110000100011110010101010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,66,83); }

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

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

 a { background-color: rgb(127,66,83); }

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

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

 span { border-color: rgb(127,66,83); }

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