#7F4455

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

Shades of Camelot #7F4455

Tints of Camelot #7F4455

Color information

#7F4455 (or 0x7F4455) is unknown color: approx Camelot. HEX triplet: 7F, 44 and 55. RGB value is (127,68,85). Sum of RGB (Red+Green+Blue) = 127+68+85=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4455 is #80BBAA. Grayscale: #575757. Windows color (decimal): -8436651 or 5588095. OLE color: 5588095.

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

Color convert

RGB1276885-
CMYK00.460.330.50
HSL342.71º30.26%38.24%-
HSV(B)342.71º46.46%49.8%-
XYZ12.469.39.73-
YUV87.58126.55156.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.36%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=45.36%
G=24.29%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127688500.460.330.50342.7130.2638.24
Hex7F445502E21321571e26
Octal17710412505641625273646
Binary111111110001001010101010111010000111001010101011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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