#7f3a50

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

Shades of Camelot #7F3A50

Tints of Camelot #7F3A50

Color information

#7F3A50 (or 0x7F3A50) is unknown color: approx Camelot. HEX triplet: 7F, 3A and 50. RGB value is (127,58,80). Sum of RGB (Red+Green+Blue) = 127+58+80=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A50 is #80C5AF. Grayscale: #515151. Windows color (decimal): -8439216 or 5257855. OLE color: 5257855.

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

Color convert

RGB1275880-
CMYK00.540.370.50
HSL340.87º37.3%36.27%-
HSV(B)340.87º54.33%49.8%-
XYZ11.718.128.54-
YUV81.14127.36160.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=47.92%
G=21.89%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127588000.540.370.50340.8737.336.27
Hex7F3A5003625321552524
Octal1777212006645625254544
Binary111111111101010100000110110100101110010101010101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f3a50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,80); }

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

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

 a { background-color: rgb(127,58,80); }

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

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

 span { border-color: rgb(127,58,80); }

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